bbw/ansible/database.yml

10 lines
118 B
YAML
Raw Permalink Normal View History

2024-01-20 23:28:11 +01:00
---
- name: install and configure database
hosts:
- all
roles:
- db
become: true
gather_facts: false