9 lines
88 B
YAML
9 lines
88 B
YAML
|
---
|
||
|
- hosts:
|
||
|
- all
|
||
|
roles:
|
||
|
- db
|
||
|
- web
|
||
|
become: true
|
||
|
gather_facts: false
|