theforeman / foreman-operations-collection

Ansible collection for management of Foreman servers
GNU General Public License v3.0
10 stars 17 forks source link

WIP: Capsules support #174

Open pablomh opened 1 week ago

pablomh commented 1 week ago

Usage:

---
- name: Setup Performance Co-Pilot to gather metrics of a Satellite installation
  hosts: satellite,capsules
  roles:
    - role: theforeman.operations.metrics
      vars:
        foreman_metrics_grafana_host: $HOST_WHERE_GRAFANA_WILL_BE_DEPLOYED (by default it'll be the first host in the list of `hosts`)
...