Files
startusingansible/examples/018_site_yml/webserver.yml

7 lines
76 B
YAML

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