ansible/group_vars/shell.yaml
2024-12-02 21:53:39 +01:00

7 lines
109 B
YAML

---
manage_sshd_config: false
group_nft_input:
- "# Allow SSH from world"
- "tcp dport { ssh } accept"