diff --git a/playbooks/openshift-apps/mirrormanager.yml b/playbooks/openshift-apps/mirrormanager.yml index ed5b019268..281415a550 100644 --- a/playbooks/openshift-apps/mirrormanager.yml +++ b/playbooks/openshift-apps/mirrormanager.yml @@ -12,6 +12,7 @@ - /srv/web/infra/ansible/vars/global.yml - /srv/private/ansible/vars.yml - /srv/web/infra/ansible/vars/{{ ansible_distribution }}.yml + - /srv/web/infra/ansible/vars/apps/mirrormanager.yml tasks: - name: DB user @@ -35,6 +36,7 @@ - /srv/web/infra/ansible/vars/global.yml - /srv/private/ansible/vars.yml - /srv/web/infra/ansible/vars/{{ ansible_distribution }}.yml + - /srv/web/infra/ansible/vars/apps/mirrormanager.yml roles: - role: rabbit/user diff --git a/vars/apps/mirrormanager.yml b/vars/apps/mirrormanager.yml new file mode 100644 index 0000000000..52938299a8 --- /dev/null +++ b/vars/apps/mirrormanager.yml @@ -0,0 +1,4 @@ +--- +mirrormanager_db_host: "db01{{ env_suffix }}" +# Move that to an env var to target a specific deployment +mm2_checkin: false