notan argument
This commit is contained in:
parent
c2c7e71e31
commit
24f965de22
1 changed files with 3 additions and 3 deletions
|
@ -11,13 +11,13 @@
|
|||
|
||||
# install collected.conf
|
||||
- name: /etc/collectd.conf
|
||||
template: src=$files/collectd/collectd.conf.j2 dest=/etc/collectd.conf state=present
|
||||
template: src=$files/collectd/collectd.conf.j2 dest=/etc/collectd.conf
|
||||
notify:
|
||||
- restart collectd
|
||||
|
||||
# install collectd-network config
|
||||
- name: /etc/collectd.d/nework.conf
|
||||
copy: src=$files/collectd/network-client.conf dest=/etc/collectd/network.conf state=present
|
||||
copy: src=$files/collectd/network-client.conf dest=/etc/collectd/network.conf
|
||||
notify:
|
||||
- restart collectd
|
||||
|
||||
|
@ -29,7 +29,7 @@
|
|||
when_set: $collectd_apache
|
||||
|
||||
- name: /etc/collectd/apache.conf
|
||||
copy: src=$files/collectd/apache.conf dest=/etc/collectd/apache.conf state=present
|
||||
copy: src=$files/collectd/apache.conf dest=/etc/collectd/apache.conf
|
||||
notify:
|
||||
- restart collectd
|
||||
when_set: $collectd_apache
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue