Minimal shell setup for colo server.

This commit is contained in:
Tom Alexander
2023-05-27 23:10:44 -04:00
parent d5a9ba5a84
commit 6691cca055
9 changed files with 23 additions and 41 deletions

View File

@@ -28,6 +28,8 @@ elif [ "$target" = "jail_homeserver_nat_dhcp" ]; then
ansible-playbook -v -i environments/jail playbook.yaml --diff --limit homeserver_nat_dhcp "${@}"
elif [ "$target" = "vm_poudriereodo" ]; then
ansible-playbook -v -i environments/vm playbook.yaml --diff --limit poudriereodo "${@}"
elif [ "$target" = "mrmanager" ]; then
ansible-playbook -v -i environments/colo playbook.yaml --diff --limit mrmanager "${@}"
else
die 1 "Unrecognized target"
fi