forked from infra/ansible
collectd: delete some old fedmsg roles
Signed-off-by: Kevin Fenzi <kevin@scrye.com>
This commit is contained in:
parent
5443368122
commit
68d7014d04
2 changed files with 0 additions and 37 deletions
|
|
@ -1,17 +0,0 @@
|
|||
---
|
||||
- name: Copy in /usr/local/bin/fedmsg-map
|
||||
ansible.builtin.copy: src=fedmsg-map.py dest=/usr/local/bin/fedmsg-map mode=0755
|
||||
tags:
|
||||
- collectd
|
||||
notify: Restart collectd
|
||||
|
||||
- name: Copy in /etc/collectd.d/fedmsg-activation/conf
|
||||
ansible.builtin.copy: src=fedmsg-activation.conf dest=/etc/collectd.d/fedmsg-activation.conf
|
||||
tags:
|
||||
- collectd
|
||||
notify: Restart collectd
|
||||
|
||||
- seboolean: name=collectd_tcp_network_connect persistent=yes state=yes
|
||||
tags:
|
||||
- collectd
|
||||
- selinux
|
||||
|
|
@ -1,20 +0,0 @@
|
|||
---
|
||||
|
||||
- name: Copy in /usr/local/bin/fedmsg-service-collectd
|
||||
ansible.builtin.template: >
|
||||
src=fedmsg-service-collectd.py
|
||||
dest="/usr/local/bin/fedmsg-service-collectd-{{ process }}"
|
||||
mode=0755
|
||||
tags:
|
||||
- collectd
|
||||
- collectd/fedmsg
|
||||
notify: Restart collectd
|
||||
|
||||
- name: Copy in /etc/collectd.d/fedmsg-service.conf
|
||||
ansible.builtin.template: >
|
||||
src=fedmsg-service.conf
|
||||
dest=/etc/collectd.d/{{ process }}.conf
|
||||
tags:
|
||||
- collectd
|
||||
- collectd/fedmsg
|
||||
notify: Restart collectd
|
||||
Loading…
Add table
Add a link
Reference in a new issue