2015-05-24 17:22:57 +00:00
|
|
|
---
|
|
|
|
|
|
|
|
- name: apply common configuration to all nodes
|
2017-07-18 03:02:32 +00:00
|
|
|
hosts: unsetup
|
2015-05-24 17:22:57 +00:00
|
|
|
user: root
|
|
|
|
|
|
|
|
roles:
|
|
|
|
- common
|
2017-01-13 02:43:11 +00:00
|
|
|
|
|
|
|
- name: install PHP-FPM to required nodes
|
|
|
|
hosts: php
|
|
|
|
user: root
|
2017-05-09 01:11:58 +00:00
|
|
|
|
2017-01-13 02:43:11 +00:00
|
|
|
roles:
|
|
|
|
- php
|
2017-01-13 03:00:01 +00:00
|
|
|
|
2017-11-27 19:20:10 +00:00
|
|
|
- name: install Icinga 2 for client usage
|
2017-11-27 19:21:49 +00:00
|
|
|
hosts: icinga-clients
|
2017-11-27 19:20:10 +00:00
|
|
|
user: root
|
|
|
|
|
2017-11-27 19:23:56 +00:00
|
|
|
roles:
|
2017-11-27 19:20:10 +00:00
|
|
|
- icinga-client
|