arrrgggggghhhhh dont j2 everything
This commit is contained in:
parent
b22761d497
commit
f2d3f6da5a
1 changed files with 2 additions and 2 deletions
|
@ -179,7 +179,7 @@
|
|||
- nagios_server
|
||||
|
||||
- name: Build out nagios host templates
|
||||
template: src=nagios/hosts/{{item}}.j2 dest=/etc/nagios/hosts/ mode=0644 owner=root group=root
|
||||
template: src=nagios/hosts/{{item}}.j2 dest=/etc/nagios/hosts/{{item}} mode=0644 owner=root group=root
|
||||
with_items:
|
||||
- bodhost-hosts.cfg
|
||||
- cloud-hosts.cfg
|
||||
|
@ -199,7 +199,7 @@
|
|||
- nagios_server
|
||||
|
||||
- name: Build out nagios hostgroup templates
|
||||
template: src=nagios/hostgroups/{{item}}.j2 dest=/etc/nagios/hostgroups/ mode=0644 owner=root group=root
|
||||
template: src=nagios/hostgroups/{{item}}.j2 dest=/etc/nagios/hostgroups/{{item}} mode=0644 owner=root group=root
|
||||
with_items:
|
||||
- all.cfg
|
||||
- anitya.cfg
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue