gluon-collector.yml 335 B

123456789101112
  1. ---
  2. - name : Install and configure gluon-collector
  3. hosts : all
  4. gather_facts : yes
  5. vars :
  6. gluon_collector_receivers:
  7. - type: announced
  8. port: 12123
  9. interface: eth0
  10. connection : "{{ kitchen_connection | default('local') }}"
  11. roles :
  12. - "ansible-gluon-collector"