Little Nagios service tweak
This commit is contained in:
parent
703ee97e91
commit
e2652397a0
@ -50,4 +50,11 @@
|
||||
name: https
|
||||
vars:
|
||||
website_url: "{{ nagios_url }}"
|
||||
- name: Configure Nagios
|
||||
block:
|
||||
- name: Enable service
|
||||
systemd:
|
||||
name: nagios3
|
||||
enabled: yes
|
||||
state: started
|
||||
become: yes
|
||||
|
Loading…
Reference in New Issue
Block a user