Infrastructure/ansible/main.yml

13 lines
153 B
YAML
Raw Normal View History

2024-02-16 21:04:01 +02:00
---
- name: Run common tasks
hosts: all
roles:
- common
- name: Auth Server setup
hosts: authservers
roles:
2024-02-18 09:52:10 +02:00
- common
2024-02-16 21:04:01 +02:00
- auth-server