browbeat/ansible/install/collectd.yml

10 lines
259 B
YAML

---
- name: Run containerized collectd (Stein and greater recommended)
import_playbook: collectd-container.yml
when: collectd_container
- name: Run collectd installed through RPMs
import_playbook: collectd-baremetal.yml
when: not collectd_container