Files

7 lines
112 B
YAML
Executable File

---
- name: install and start apache
hosts: webservers
remote_user: root
become: yes
roles:
- apache