From cd09313ef84ef08927a6f26bb67ba81fa2cc596e Mon Sep 17 00:00:00 2001 From: brusq-RH <76945214+brusq-RH@users.noreply.github.com> Date: Fri, 19 Sep 2025 08:34:37 +0200 Subject: [PATCH] up --- aap/inventory/edge_inventory.yaml | 3 ++- aap/inventory/group_vars/paris-wagram | 2 ++ aap/inventory/host_vars/Paris-Wagram-Baremetal | 1 + 3 files changed, 5 insertions(+), 1 deletion(-) create mode 100644 aap/inventory/group_vars/paris-wagram create mode 100644 aap/inventory/host_vars/Paris-Wagram-Baremetal 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