bbw/ansible/all.yml

9 lines
88 B
YAML
Raw Normal View History

2024-01-20 23:28:11 +01:00
---
- hosts:
- all
roles:
- db
- web
become: true
gather_facts: false