bbw/ansible/all.yml
2024-01-20 22:51:23 +00:00

9 lines
88 B
YAML

---
- hosts:
- all
roles:
- db
- web
become: true
gather_facts: false