Skip to content
Snippets Groups Projects
Commit 12e87a4b authored by Jörg Sachse's avatar Jörg Sachse
Browse files

fix: choose correct backup domain for different target systems (prod/test/dev)

parent 549ead45
No related branches found
No related tags found
No related merge requests found
......@@ -23,8 +23,8 @@ Servername {{ servername }}
passwordaccess {{ passwordaccess }}
managedservices {{ managedservices }}
Domain {{ domain }}
Domain {% if "appprod0" in ansible_hostname %} {{ domain_prod }} {% elif "-test" in ansible_hostname %} {{ domain_test }} {% else %} {{ domain_dev }} {% endif %}
exclude.fs /dev/shm
exclude.dir /dev
exclude.dir /proc
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment