cluster-deployment/src/steps-preinstall/15-ufw.sh

6 lines
91 B
Bash
Raw Normal View History

2021-11-26 21:56:13 +00:00
#!/usr/bin/env bash
queue_apt_install ufw;
queue_firewall_rule allow 22/tcp comment ssh;