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"
|
||||
|
||||
# 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"
|
Loading…
Reference in New Issue
Block a user