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

10 lines
118 B
YAML

---
- name: install and configure database
hosts:
- all
roles:
- db
become: true
gather_facts: false