brusq-RH 3 months ago
parent
commit
3723f36879
  1. 6
      aap/inventory/edge_inventory.yaml

6
aap/inventory/edge_inventory.yaml

@ -1,7 +1,7 @@
plugin: flightctl.core.flightctl
verify_ssl: false
token: "{{ flight_ctrl_token }}"
host: "{{ flight_ctrl_url }}"
token: '{{lookup('env', 'flight_ctrl_token')}}'
host: '{{lookup('env', 'flight_ctrl_url')}}'
hostnames: "metadata.labels.alias"
additional_groups:
- group_by: "metadata.labels.type"
- group_by: "metadata.labels.type"
Loading…
Cancel
Save