cluster-deployment/src/steps-preinstall/15-ufw.sh
2021-11-26 22:10:38 +00:00

5 lines
91 B
Bash
Executable file

#!/usr/bin/env bash
queue_apt_install ufw;
queue_firewall_rule allow 22/tcp comment ssh;