ansible-playbooks/ubuntu/site.yml

16 lines
193 B
YAML
Raw Normal View History

---
- name: apply common configuration to all nodes
hosts: all
user: root
roles:
- common
2017-01-13 02:43:11 +00:00
- name: install PHP-FPM to required nodes
hosts: php
user: root
roles:
- php