diff --git a/aap/inventory/edge_inventory.yaml b/aap/inventory/edge_inventory.yaml index 0559ca1..e361ffc 100644 --- a/aap/inventory/edge_inventory.yaml +++ b/aap/inventory/edge_inventory.yaml @@ -4,4 +4,5 @@ token: ARcFO44sQL6FSHCSh7NCFyk3BMprqh host: https://edge-manager.itix.fr:3443 hostnames: "metadata.labels.alias" additional_groups: - - group_by: "metadata.labels.type" \ No newline at end of file + - group_by: "metadata.labels.type" + - group_by: "metadata.labels.site" \ No newline at end of file diff --git a/aap/inventory/group_vars/paris-wagram b/aap/inventory/group_vars/paris-wagram new file mode 100644 index 0000000..6772a07 --- /dev/null +++ b/aap/inventory/group_vars/paris-wagram @@ -0,0 +1,2 @@ +ansible_ssh_common_args: '-o ProxyCommand="ssh -W %h:%p 192.168.2.73 -o StrictHostKeyChecking=no -o + UserKnownHostsFile=/dev/null"' \ No newline at end of file diff --git a/aap/inventory/host_vars/Paris-Wagram-Baremetal b/aap/inventory/host_vars/Paris-Wagram-Baremetal new file mode 100644 index 0000000..bc2a459 --- /dev/null +++ b/aap/inventory/host_vars/Paris-Wagram-Baremetal @@ -0,0 +1 @@ +ansible_ssh_common_args: "" \ No newline at end of file