started
Signed-off-by: Ricky Elrod <codeblock@fedoraproject.org>
This commit is contained in:
parent
4a9a78b08f
commit
20e83a28c0
1 changed files with 2 additions and 2 deletions
|
@ -79,8 +79,8 @@
|
||||||
- name: Override config.inc.php for the given environment
|
- 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
|
template: src=config.inc.php dest=/usr/share/nagios/html/config.inc.php mode=0640 owner=root group=apache
|
||||||
|
|
||||||
- name: Restart and autostart services
|
- name: Start and autostart services
|
||||||
service: name={{item}} state=restarted enabled=yes
|
service: name={{item}} state=started enabled=yes
|
||||||
with_items:
|
with_items:
|
||||||
- httpd
|
- httpd
|
||||||
- nagios
|
- nagios
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue