mirror of
https://github.com/FAUSheppy/no-secrets-athq-ansible
synced 2025-12-09 22:08:33 +01:00
add: basic openvpn node setup
This commit is contained in:
@@ -39,6 +39,14 @@ immich_pg_password: HISTORY_PURGED_SECRET
|
||||
|
||||
event_dispatcher_token: "HISTORY_PURGED_SECRET"
|
||||
|
||||
opensearch_admin_password: "HISTORY_PURGED_SECRET"
|
||||
opensearch_seed_hosts:
|
||||
- ipv4.atlantishq.de:9300
|
||||
- ipv4.atlantishq.de:9301
|
||||
opensearch_manager_nodes:
|
||||
- opensearch-data-1
|
||||
- opensearch-data-2
|
||||
|
||||
extra_root_keys:
|
||||
- "# no extra keys"
|
||||
|
||||
|
||||
6
group_vars/kube1.yaml
Normal file
6
group_vars/kube1.yaml
Normal file
@@ -0,0 +1,6 @@
|
||||
opensearch_data_nodes:
|
||||
- opensearch-data-1
|
||||
- opensearch-data-2
|
||||
|
||||
opensearch_dashboards:
|
||||
- opensearch-dasboard-1
|
||||
Reference in New Issue
Block a user