9 lines
147 B
YAML
9 lines
147 B
YAML
|
---
|
||
|
- name: install and configure database server and start application
|
||
|
hosts:
|
||
|
- all
|
||
|
roles:
|
||
|
- web
|
||
|
become: true
|
||
|
gather_facts: false
|