|
|
|
@ -1,14 +1,14 @@
|
|
|
|
---
|
|
|
|
---
|
|
|
|
|
|
|
|
|
|
|
|
stage: "prodwork01"
|
|
|
|
stage: "prodwork01"
|
|
|
|
|
|
|
|
|
|
|
|
default_plattform_users:
|
|
|
|
default_plattform_users:
|
|
|
|
- 'friedrich.goerz'
|
|
|
|
- "friedrich.goerz"
|
|
|
|
- 'sven.ketelsen'
|
|
|
|
- "sven.ketelsen"
|
|
|
|
- 'michael.haehnel'
|
|
|
|
- "michael.haehnel"
|
|
|
|
- 'hoan.to'
|
|
|
|
- "hoan.to"
|
|
|
|
- '{{ awx_ansible_user_name }}'
|
|
|
|
- "hendrik.kiedrowski"
|
|
|
|
- '{{ gitlab_ansible_user_name }}'
|
|
|
|
- "{{ awx_ansible_user_name }}"
|
|
|
|
|
|
|
|
- "{{ gitlab_ansible_user_name }}"
|
|
|
|
|
|
|
|
|
|
|
|
# TODO read configuration with hetzner rest api
|
|
|
|
# TODO read configuration with hetzner rest api
|
|
|
|
shared_service_network: "10.3.0.0/16"
|
|
|
|
shared_service_network: "10.3.0.0/16"
|
|
|
|
@ -23,4 +23,4 @@ netgo_msteams_hook_alerting: "{{ netgo_msteams_hook_alerting_vault }}"
|
|
|
|
# smardigo automation DEV gpg key
|
|
|
|
# smardigo automation DEV gpg key
|
|
|
|
# https://git.dev-at.de/smardigo-hetzner/communication-keys/
|
|
|
|
# https://git.dev-at.de/smardigo-hetzner/communication-keys/
|
|
|
|
# push mirror: https://{{ stage }}-gitea-01.smardigo.digital/communication-keys.git
|
|
|
|
# push mirror: https://{{ stage }}-gitea-01.smardigo.digital/communication-keys.git
|
|
|
|
gpg_key_smardigo_automation__private: '{{ gpg_key_smardigo_automation__private__vault }}'
|
|
|
|
gpg_key_smardigo_automation__private: "{{ gpg_key_smardigo_automation__private__vault }}"
|
|
|
|
|