Set up a separate FreeBSD update VM.
It seems to compile the ports kernel modules into the OS, I need to be running the same kernel version as I am building, so I am putting it into its own VM.
This commit is contained in:
@@ -38,6 +38,8 @@ elif [ "$target" = "jail_admin_git" ]; then
|
||||
ansible-playbook -v -i environments/jail playbook.yaml --diff --limit admin_git "${@}"
|
||||
elif [ "$target" = "jail_public_dns" ]; then
|
||||
ansible-playbook -v -i environments/jail playbook.yaml --diff --limit public_dns "${@}"
|
||||
elif [ "$target" = "vm_freebsdupdatemrmanager" ]; then
|
||||
ansible-playbook -v -i environments/vm playbook.yaml --diff --limit freebsdupdatemrmanager "${@}"
|
||||
else
|
||||
die 1 "Unrecognized target"
|
||||
fi
|
||||
|
||||
Reference in New Issue
Block a user