Add tag to nagios config copy
This commit is contained in:
parent
900c737824
commit
de34dd16dc
1 changed files with 2 additions and 0 deletions
|
@ -32,6 +32,8 @@
|
||||||
|
|
||||||
- name: Copy /etc/nagios config
|
- name: Copy /etc/nagios config
|
||||||
copy: src={{srcdir}}/ dest=/etc/nagios owner=nagios group=nagios
|
copy: src={{srcdir}}/ dest=/etc/nagios owner=nagios group=nagios
|
||||||
|
tags:
|
||||||
|
- nagios-config
|
||||||
|
|
||||||
- name: Copy checkcommands.cfg
|
- name: Copy checkcommands.cfg
|
||||||
template: src={{srcdir}}/checkcommands.cfg dest=/etc/nagios/checkcommands.cfg owner=nagios group=nagios
|
template: src={{srcdir}}/checkcommands.cfg dest=/etc/nagios/checkcommands.cfg owner=nagios group=nagios
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue