add outgoing port 22 for adoption

This commit is contained in:
Robert Kaussow 2018-09-02 19:25:09 +02:00
parent c4b9aa72af
commit 6632529bf4
1 changed files with 4 additions and 0 deletions

View File

@ -41,6 +41,10 @@ unifi_open_ports:
rules: |
-A INPUT -m state --state NEW -p tcp --dport 6789 -j ACCEPT
state: present
- name: allow_unifi_adopt
rules: |
-A OUTPUT -m state --state NEW -p tcp --dport 22 -j ACCEPT
state: present
unifi_tls_enabled: False
unifi_tls_pkcs12_passphrase: temppass