mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-04-24 02:20:51 +08:00
let it rain, let it pour. Enable rsyslog and postfix
Signed-off-by: Ricky Elrod <codeblock@fedoraproject.org>
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user