diff --git a/aap/inventory/edge_inventory.yaml b/aap/inventory/edge_inventory.yaml index 722d4a8..d45e669 100644 --- a/aap/inventory/edge_inventory.yaml +++ b/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" \ No newline at end of file + - group_by: "metadata.labels.type" \ No newline at end of file