From c246048f391d9dbdb8cc55cc8c91111f8c2b343b Mon Sep 17 00:00:00 2001 From: khalil Date: Mon, 17 Feb 2025 15:30:43 +0000 Subject: [PATCH] Actualiser group_vars/all --- group_vars/all | 28 ++++++++++++++++------------ 1 file changed, 16 insertions(+), 12 deletions(-) diff --git a/group_vars/all b/group_vars/all index 4dafd94..65af5aa 100644 --- a/group_vars/all +++ b/group_vars/all @@ -14,17 +14,21 @@ fallback_dns: "4.4.4.4" infrastructure_file_path: "{{ inventory_dir }}/infra/{{ application }}.json" # proxy -proxy_user: "felcloud" -proxy_passwd: !vault | - $ANSIBLE_VAULT;1.1;AES256 - 30353938636561343133303061303336653130383363646430616536326131393766646239393530 - 3761626633393637396436386135663034616531663135390a666134363539366465393364306230 - 38656537373438353737323430623462616332373835663837366434343739383765336361326331 - 3330643466643730660a636236376133323730336561643532393130646639386263623263323339 - 6563 -proxy_hostname: "{{ groups[bastion_group_name] | first }}" -proxy_ip: "{{ hostvars[proxy_hostname].ansible_host }}" -proxy_port: 3128 +proxy_user: "" +proxy_passwd: "" +proxy_ip: "" +proxy_port: 8080 +list_apt_packages: + - vim + - wget + - curl + - nano + - telnet + - htop + - unzip + - tar +bastion_group_name: "bastion" +timezone: UTC # Keycloak identity_provider_url: "https://identity.felcloud.io/auth/realms" @@ -80,4 +84,4 @@ felcloud_docker_registry_passwd: !vault | #mongodb_replicaset_name: "rs0" #mongodb_script_local_config_path: "mongo-scripts" #mongodb_list_js_scripts: -# - "03_initaira.js" +# - "03_initaira.js" \ No newline at end of file