Actualiser group_vars/all
This commit is contained in:
parent
a90725c3c0
commit
c246048f39
@ -14,17 +14,21 @@ fallback_dns: "4.4.4.4"
|
|||||||
infrastructure_file_path: "{{ inventory_dir }}/infra/{{ application }}.json"
|
infrastructure_file_path: "{{ inventory_dir }}/infra/{{ application }}.json"
|
||||||
|
|
||||||
# proxy
|
# proxy
|
||||||
proxy_user: "felcloud"
|
proxy_user: ""
|
||||||
proxy_passwd: !vault |
|
proxy_passwd: ""
|
||||||
$ANSIBLE_VAULT;1.1;AES256
|
proxy_ip: ""
|
||||||
30353938636561343133303061303336653130383363646430616536326131393766646239393530
|
proxy_port: 8080
|
||||||
3761626633393637396436386135663034616531663135390a666134363539366465393364306230
|
list_apt_packages:
|
||||||
38656537373438353737323430623462616332373835663837366434343739383765336361326331
|
- vim
|
||||||
3330643466643730660a636236376133323730336561643532393130646639386263623263323339
|
- wget
|
||||||
6563
|
- curl
|
||||||
proxy_hostname: "{{ groups[bastion_group_name] | first }}"
|
- nano
|
||||||
proxy_ip: "{{ hostvars[proxy_hostname].ansible_host }}"
|
- telnet
|
||||||
proxy_port: 3128
|
- htop
|
||||||
|
- unzip
|
||||||
|
- tar
|
||||||
|
bastion_group_name: "bastion"
|
||||||
|
timezone: UTC
|
||||||
|
|
||||||
# Keycloak
|
# Keycloak
|
||||||
identity_provider_url: "https://identity.felcloud.io/auth/realms"
|
identity_provider_url: "https://identity.felcloud.io/auth/realms"
|
||||||
|
Loading…
Reference in New Issue
Block a user