Skip to content
Snippets Groups Projects
Commit 22c90ba3 authored by Martin van Es's avatar Martin van Es
Browse files

WIP

parent 74ae0158
No related branches found
No related tags found
No related merge requests found
# Inventory Aliases
local ansible_connection=local
# Make sure to change group_vars/all.yml for the same hosts keys
et2 ansible_host=et2.gndev.hexaa.eu ansible_user=ansible ansible_ssh_private_key_file=.ssh/id_ansible
mdxcdn ansible_host=mdxcdn.pt-38.utr.surfcloud.nl ansible_user=ansible ansible_ssh_private_key_file=.ssh/id_ansible
......@@ -22,7 +20,6 @@ okeanos
# Hosts that receive the GeoDNS role
[geodns]
local
et2
mdxcdn
......
# Inventory Aliases
local ansible_connection=local
# Hosts that receive the mdsigner role
[mdsigner]
# Hosts that receive the mdproxy role
[mdproxy]
# Hosts that receive the GeoDNS role
[geodns]
local
# All hosts for base role
[all:children]
mdsigner
mdproxy
geodns
......@@ -5,7 +5,7 @@ Description=GeoDNS update
Type=oneshot
WorkingDirectory={{ mdxsaas_dir }}
ExecStart=git pull
ExecStart={{ mdxsaas_dir }}/deploy.sh --tags geodns --limit local
ExecStart=ansible-playbook playbook.yml -i inventory/local --tags geodns --limit local
ExecStartPost=/bin/systemctl restart geodns
[Install]
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment