feat: add ansible configuration to bootstrap host

This commit is contained in:
2026-08-17 14:59:59 +02:00
parent d7fc8d2531
commit e4e45755a9
5 changed files with 25 additions and 2 deletions
+8
View File
@@ -0,0 +1,8 @@
## ansible/setup.yml
- name: Setup coolify machine
hosts: all
roles:
- role: studio.ansible.base
- role: studio.ansible.users
- role: studio.ansible.security