From 3d976bebec8451aedcebff1ebfbc090be29d39cd Mon Sep 17 00:00:00 2001 From: A Holt Date: Thu, 23 May 2019 19:42:40 -0400 Subject: [PATCH] iptables doc tweak --- roles/network/tasks/avahi.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/roles/network/tasks/avahi.yml b/roles/network/tasks/avahi.yml index d6dc43b11..b3db97db1 100644 --- a/roles/network/tasks/avahi.yml +++ b/roles/network/tasks/avahi.yml @@ -16,9 +16,9 @@ when: ports_externally_visible|int >= 2 # Where "2" means "ssh + http-or-https (for Admin Console's box.lan/admin too)" # SEE ~18 line explanation in box near: - # https://github.com/iiab/iiab/blob/master/roles/network/templates/gateway/iiab-gen-iptables#L53-L70 + # https://github.com/iiab/iiab/blob/master/roles/network/templates/gateway/iiab-gen-iptables#L3-L20 # IF >= 2, Admin Console $gui_port from 0-init determines which port (http-or-https) is opened here: - # https://github.com/iiab/iiab/blob/master/roles/network/templates/gateway/iiab-gen-iptables#L130-L135 + # https://github.com/iiab/iiab/blob/master/roles/network/templates/gateway/iiab-gen-iptables#L133-L138 - name: Find avahi_ver for clean copy of ssh.service (not debuntu) shell: "ls /usr/share/doc/ | grep avahi | head -n1"