perhaps this needs quoted
This commit is contained in:
parent
1cb897a769
commit
3cea53b5b5
1 changed files with 1 additions and 2 deletions
|
@ -23,7 +23,7 @@
|
||||||
tags:
|
tags:
|
||||||
- packages
|
- packages
|
||||||
- nagios_client
|
- nagios_client
|
||||||
when: 'mailman' in group_names or 'mirrorlist-proxies' in group_names
|
when: "'mailman' in group_names or 'mirrorlist-proxies' in group_names"
|
||||||
|
|
||||||
- name: install local nrpe check scripts that are not packaged
|
- name: install local nrpe check scripts that are not packaged
|
||||||
copy: src="scripts/{{ item }}" dest="{{ libdir }}/nagios/plugins/{{ item }}" mode=0755 owner=nagios group=nagios
|
copy: src="scripts/{{ item }}" dest="{{ libdir }}/nagios/plugins/{{ item }}" mode=0755 owner=nagios group=nagios
|
||||||
|
@ -98,7 +98,6 @@
|
||||||
- nagios_client
|
- nagios_client
|
||||||
- selinux
|
- selinux
|
||||||
|
|
||||||
|
|
||||||
# Set up our base config.
|
# Set up our base config.
|
||||||
- name: /etc/nagios/nrpe.cfg
|
- name: /etc/nagios/nrpe.cfg
|
||||||
template: src=nrpe.cfg.j2 dest=/etc/nagios/nrpe.cfg
|
template: src=nrpe.cfg.j2 dest=/etc/nagios/nrpe.cfg
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue