2024/automation/ansible/main.yml

13 lines
135 B
YAML

---
- name: Run common tasks
hosts: all
roles:
- common
- name: Router
hosts: routers
roles:
- firewall
- router