From 44b4b9bb45c0818d4f831447849fcb1f4c1c908b Mon Sep 17 00:00:00 2001 From: Fabio Sinibaldi Date: Wed, 10 Sep 2025 12:50:07 +0200 Subject: [PATCH] Prox1 credentials --- ansible/inventories/host_vars/prox1.yaml | 8 ++++++++ ansible/inventories/prox1_lab.yaml | 3 ++- 2 files changed, 10 insertions(+), 1 deletion(-) create mode 100644 ansible/inventories/host_vars/prox1.yaml diff --git a/ansible/inventories/host_vars/prox1.yaml b/ansible/inventories/host_vars/prox1.yaml new file mode 100644 index 0000000..b59eaf0 --- /dev/null +++ b/ansible/inventories/host_vars/prox1.yaml @@ -0,0 +1,8 @@ +$ANSIBLE_VAULT;1.1;AES256 +32653362346631356539383863653761626165383165653839343965636363623637396138346163 +3239313335343263343265633966353230323663373664640a346234373733303139303139613962 +36316132363366376436353936653930326235303937623762636438313138636238613136303930 +3866303033613561630a666534326237363162656461336632623966653132656361333565356136 +37666536323434323934353362383363643561306136656339663666643764626565666264373761 +64306334323632326665386431323965653034393162373331313339653736346136313736626565 +663230663364393634306438616133623665 diff --git a/ansible/inventories/prox1_lab.yaml b/ansible/inventories/prox1_lab.yaml index 8fb3a02..b12ea3a 100644 --- a/ansible/inventories/prox1_lab.yaml +++ b/ansible/inventories/prox1_lab.yaml @@ -3,4 +3,5 @@ prox1_lab_hosts: front: hosts: prox1: - ansible_host: 146.48.108.11 \ No newline at end of file + ansible_host: 146.48.108.11 + ansible_python_interpreter: /usr/bin/python3 \ No newline at end of file