Loading Ansible/bootstrap.yaml +1 −0 Original line number Diff line number Diff line Loading @@ -13,6 +13,7 @@ - name: Bootstrap OpenWRT hosts hosts: - ea6350 - mr8300 tags: - openwrt - update Loading Ansible/hosts/all.yaml +4 −0 Original line number Diff line number Diff line Loading @@ -12,6 +12,10 @@ all: # We already log in as root. ansible_become: false ansible_host: ea6350.shore.co.il mr8300: # We already log in as root. ansible_become: false ansible_host: mr8300.shore.co.il host01: ansible_host: host01.shore.co.il localhost: Loading Ansible/roles/router/files/dhcpd.conf +5 −0 Original line number Diff line number Diff line Loading @@ -27,4 +27,9 @@ subnet 192.168.3.0 netmask 255.255.255.0 hardware ethernet 04:42:1a:ca:2c:87; fixed-address host01.shore.co.il; } host mr8300 { hardware ethernet C4:41:1E:AA:03:4A; fixed-address mr8300.shore.co.il; } } Ansible/roles/router/files/hosts +1 −0 Original line number Diff line number Diff line Loading @@ -3,4 +3,5 @@ 192.168.3.1 ns1 192.168.3.11 ea6350.shore.co.il ea6350 192.168.3.12 xbmc.shore.co.il xbmc kodi.shore.co.il kodi 192.168.3.13 mr8300.shore.co.il mr8300 192.168.3.17 host01.shore.co.il host01 Ansible/roles/router/files/unbound/shore.co.il.conf +1 −0 Original line number Diff line number Diff line Loading @@ -5,5 +5,6 @@ server: access-control: 127.0.0.0/8 allow local-data: "ea6350.shore.co.il. A 192.168.3.11" local-data: "kodi.shore.co.il. A 192.168.3.12" local-data: "mr8300.shore.co.il. A 192.168.3.13" local-data: "host01.shore.co.il. A 192.168.3.17" local-data: "smtp.shore.co.il. A 192.168.3.17" Loading
Ansible/bootstrap.yaml +1 −0 Original line number Diff line number Diff line Loading @@ -13,6 +13,7 @@ - name: Bootstrap OpenWRT hosts hosts: - ea6350 - mr8300 tags: - openwrt - update Loading
Ansible/hosts/all.yaml +4 −0 Original line number Diff line number Diff line Loading @@ -12,6 +12,10 @@ all: # We already log in as root. ansible_become: false ansible_host: ea6350.shore.co.il mr8300: # We already log in as root. ansible_become: false ansible_host: mr8300.shore.co.il host01: ansible_host: host01.shore.co.il localhost: Loading
Ansible/roles/router/files/dhcpd.conf +5 −0 Original line number Diff line number Diff line Loading @@ -27,4 +27,9 @@ subnet 192.168.3.0 netmask 255.255.255.0 hardware ethernet 04:42:1a:ca:2c:87; fixed-address host01.shore.co.il; } host mr8300 { hardware ethernet C4:41:1E:AA:03:4A; fixed-address mr8300.shore.co.il; } }
Ansible/roles/router/files/hosts +1 −0 Original line number Diff line number Diff line Loading @@ -3,4 +3,5 @@ 192.168.3.1 ns1 192.168.3.11 ea6350.shore.co.il ea6350 192.168.3.12 xbmc.shore.co.il xbmc kodi.shore.co.il kodi 192.168.3.13 mr8300.shore.co.il mr8300 192.168.3.17 host01.shore.co.il host01
Ansible/roles/router/files/unbound/shore.co.il.conf +1 −0 Original line number Diff line number Diff line Loading @@ -5,5 +5,6 @@ server: access-control: 127.0.0.0/8 allow local-data: "ea6350.shore.co.il. A 192.168.3.11" local-data: "kodi.shore.co.il. A 192.168.3.12" local-data: "mr8300.shore.co.il. A 192.168.3.13" local-data: "host01.shore.co.il. A 192.168.3.17" local-data: "smtp.shore.co.il. A 192.168.3.17"