Signed-off-by: Ricky Elrod <codeblock@fedoraproject.org>
This commit is contained in:
Rick Elrod 2014-07-17 20:06:24 +00:00
parent 4a9a78b08f
commit 20e83a28c0

View file

@ -79,8 +79,8 @@
- name: Override config.inc.php for the given environment
template: src=config.inc.php dest=/usr/share/nagios/html/config.inc.php mode=0640 owner=root group=apache
- name: Restart and autostart services
service: name={{item}} state=restarted enabled=yes
- name: Start and autostart services
service: name={{item}} state=started enabled=yes
with_items:
- httpd
- nagios