Add odo FreeBSD.

This commit is contained in:
Tom Alexander
2022-10-15 00:54:11 -04:00
parent c41dfa799c
commit 487547aeb4
6 changed files with 69 additions and 0 deletions

View File

@@ -20,6 +20,8 @@ if [ "$target" = "homeserver" ]; then
ansible-playbook -v -i environments/home playbook.yaml --diff --limit homeserver "${@}"
elif [ "$target" = "odolinux" ]; then
ansible-playbook -v -i environments/laptop playbook.yaml --diff --limit odolinux "${@}"
elif [ "$target" = "odofreebsd" ]; then
ansible-playbook -v -i environments/laptop playbook.yaml --diff --limit odofreebsd "${@}"
else
die 1 "Unrecognized target"
fi