Rename Nagios config to more appropriately reflect its role

This commit is contained in:
Salt 2021-09-06 19:13:15 -05:00
parent 85074b43d0
commit fc2b3cb7b3
2 changed files with 1 additions and 1 deletions

View File

@ -3,7 +3,7 @@
file: path=/data/nagios state=directory mode=0755
tags: [ nagios ]
- name: template out config for nagios
template: src=nagios-hosts.cfg.j2 dest=/data/nagios/etc/objects/ansible.cfg owner=root group=root mode=0644
template: src=nagios-ansible.cfg.j2 dest=/data/nagios/etc/objects/ansible.cfg owner=root group=root mode=0644
register: config
tags: [ nagios, template ]
- name: assure config file is loaded