1
0
Fork 0
forked from infra/ansible

collectd: delete some old fedmsg roles

Signed-off-by: Kevin Fenzi <kevin@scrye.com>
This commit is contained in:
Kevin Fenzi 2025-12-04 12:13:55 -08:00
commit 68d7014d04
2 changed files with 0 additions and 37 deletions

View file

@ -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

View file

@ -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