Set up the nat_dhcp jail for mrmanager.

This commit is contained in:
Tom Alexander
2023-05-28 22:36:31 -04:00
parent 37f8749b3c
commit e49d008d57
8 changed files with 29 additions and 4 deletions

View File

@@ -30,6 +30,8 @@ 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 "${@}"
elif [ "$target" = "jail_mrmanager_nat_dhcp" ]; then
ansible-playbook -v -i environments/jail playbook.yaml --diff --limit mrmanager_nat_dhcp "${@}"
else
die 1 "Unrecognized target"
fi