Infrastructure/ansible/main.yml

12 lines
140 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:
- auth-server