From ff836c460e2e8d4c11ed4414aba67309f3636b4b Mon Sep 17 00:00:00 2001 From: Leonard Ehrenfried Date: Wed, 27 Nov 2024 12:12:12 +0100 Subject: [PATCH] Also import IFOPTS --- group_vars/infrastructure.yml | 4 ++-- infrastructure.yml | 1 + requirements.yml | 8 ++++---- 3 files changed, 7 insertions(+), 6 deletions(-) diff --git a/group_vars/infrastructure.yml b/group_vars/infrastructure.yml index b170243..9f348c7 100644 --- a/group_vars/infrastructure.yml +++ b/group_vars/infrastructure.yml @@ -64,10 +64,10 @@ photon_languages: - pl - nl photon_domain: "photon-eu.stadtnavi.eu" -photon_enable_updates: true +photon_enable_updates: false photon_volume_name: "photon-data-2023-11-25" -#photon_new_domain: "photon-new.stadtnavi.leonard.io" +photon_new_domain: "photon-new.stadtnavi.leonard.io" poi_postgres_password: !vault | $ANSIBLE_VAULT;1.1;AES256 diff --git a/infrastructure.yml b/infrastructure.yml index fda0892..e5049d3 100644 --- a/infrastructure.yml +++ b/infrastructure.yml @@ -15,3 +15,4 @@ - services - leonardehrenfried.baseline.nominatim - leonardehrenfried.baseline.photon + - leonardehrenfried.baseline.photon_new diff --git a/requirements.yml b/requirements.yml index 0e097c0..22cbd5e 100644 --- a/requirements.yml +++ b/requirements.yml @@ -9,10 +9,10 @@ collections: version: 10.1.0 # directory containing the collection -#- source: ../../ansible-baseline -# type: dir -- name: leonardehrenfried.baseline - version: 1.8.3 +- source: ../../ansible-baseline + type: dir +#- name: leonardehrenfried.baseline +# version: 1.8.3 roles: - src: geerlingguy.docker