Add bastion and certificate jails.
This commit is contained in:
@@ -30,6 +30,10 @@ elif [ "$target" = "jail_homeserver_nat_dhcp" ]; then
|
||||
ansible-playbook -v -i environments/jail playbook.yaml --diff --limit homeserver_nat_dhcp "${@}"
|
||||
elif [ "$target" = "sftp" ]; then
|
||||
ansible-playbook -v -i environments/jail playbook.yaml --diff --limit sftp "${@}"
|
||||
elif [ "$target" = "certificate" ]; then
|
||||
ansible-playbook -v -i environments/jail playbook.yaml --diff --limit certificate "${@}"
|
||||
elif [ "$target" = "bastion" ]; then
|
||||
ansible-playbook -v -i environments/jail playbook.yaml --diff --limit bastion "${@}"
|
||||
elif [ "$target" = "vm_poudriereodo" ]; then
|
||||
ansible-playbook -v -i environments/vm playbook.yaml --diff --limit poudriereodo "${@}"
|
||||
elif [ "$target" = "vm_poudrieremrmanager" ]; then
|
||||
|
||||
Reference in New Issue
Block a user