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
|
||||
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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue