Move poudriere to inside a VM.

This commit is contained in:
Tom Alexander
2022-12-10 17:55:44 -05:00
parent 8e412456d2
commit 93dab70817
5 changed files with 18 additions and 7 deletions

View File

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