2013-08-13 12:13:40 +00:00
|
|
|
---
|
2014-05-07 14:27:13 +00:00
|
|
|
|
|
|
|
- name: apply common configuration to all nodes
|
|
|
|
hosts: all
|
|
|
|
user: root
|
|
|
|
|
|
|
|
roles:
|
|
|
|
- common
|
2014-05-07 16:51:02 +00:00
|
|
|
|
|
|
|
- name: apply configuration to web servers (nginx)
|
2014-05-07 16:57:32 +00:00
|
|
|
hosts: webservers-nginx
|
2014-05-07 16:51:02 +00:00
|
|
|
user: root
|
|
|
|
|
|
|
|
roles:
|
|
|
|
- webservers-nginx
|