Infrastructure/ansible/main.yml

13 lines
153 B
YAML

---
- name: Run common tasks
hosts: all
roles:
- common
- name: Auth Server setup
hosts: authservers
roles:
- common
- auth-server