7 lines
105 B
YAML
7 lines
105 B
YAML
|
---
|
||
|
- name: Configure App Server
|
||
|
hosts: app
|
||
|
remote_user: root
|
||
|
become: yes # sudo
|
||
|
roles:
|
||
|
- app
|