Files
startusingansible/examples/022_with_dict/webserver.yml

7 lines
76 B
YAML

---
- hosts: webserver
become: true
roles:
- apache2
- demo_app