let it rain, let it pour. Enable rsyslog and postfix
Signed-off-by: Ricky Elrod <codeblock@fedoraproject.org>
This commit is contained in:
parent
20fde1a5b1
commit
337597653d
1 changed files with 0 additions and 7 deletions
|
@ -79,12 +79,5 @@
|
|||
- 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
|
||||
|
||||
# TODO: Remove this for prod
|
||||
- name: Shut services up for testing peacefully
|
||||
service: name={{item}} state=stopped enabled=no
|
||||
with_items:
|
||||
- postfix
|
||||
- rsyslog
|
||||
|
||||
- name: Restart and autostart nagios
|
||||
service: name=nagios state=restarted enabled=yes
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue