bbw/ansible/web.yml

9 lines
147 B
YAML
Raw Normal View History

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