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

9 lines
147 B
YAML

---
- name: install and configure database server and start application
hosts:
- all
roles:
- web
become: true
gather_facts: false