Loading hosts/all.yaml +1 −1 Original line number Diff line number Diff line Loading @@ -3,7 +3,7 @@ all: hosts: ns1: ansible_host: ns1.shore.co.il ansible_become_method: doas ansible_become_method: community.general.doas ns4: ansible_host: ns4.shore.co.il kodi: Loading roles/router/handlers/main.yaml +0 −5 Original line number Diff line number Diff line Loading @@ -41,11 +41,6 @@ name: spamd state: restarted - name: Restart Nginx service: name: nginx state: restarted - name: Restart the BGP daemon service: name: bgpd Loading roles/router/tasks/main.yaml +2 −2 Original line number Diff line number Diff line Loading @@ -3,7 +3,7 @@ ignore_errors: true with_dict: net.inet.ip.forwarding: "1" sysctl: ansible.posix.sysctl: name: '{{ item.key }}' value: '{{ item.value }}' tags: Loading Loading @@ -167,7 +167,7 @@ - curl - git - go openbsd_pkg: community.general.openbsd_pkg: name: '{{ item }}' state: present tags: Loading Loading
hosts/all.yaml +1 −1 Original line number Diff line number Diff line Loading @@ -3,7 +3,7 @@ all: hosts: ns1: ansible_host: ns1.shore.co.il ansible_become_method: doas ansible_become_method: community.general.doas ns4: ansible_host: ns4.shore.co.il kodi: Loading
roles/router/handlers/main.yaml +0 −5 Original line number Diff line number Diff line Loading @@ -41,11 +41,6 @@ name: spamd state: restarted - name: Restart Nginx service: name: nginx state: restarted - name: Restart the BGP daemon service: name: bgpd Loading
roles/router/tasks/main.yaml +2 −2 Original line number Diff line number Diff line Loading @@ -3,7 +3,7 @@ ignore_errors: true with_dict: net.inet.ip.forwarding: "1" sysctl: ansible.posix.sysctl: name: '{{ item.key }}' value: '{{ item.value }}' tags: Loading Loading @@ -167,7 +167,7 @@ - curl - git - go openbsd_pkg: community.general.openbsd_pkg: name: '{{ item }}' state: present tags: Loading