Little Nagios service tweak

This commit is contained in:
Salt 2020-07-24 03:25:31 -05:00
parent 703ee97e91
commit e2652397a0

View File

@ -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