Skip to content
Snippets Groups Projects
Commit 29622e05 authored by nimrod's avatar nimrod
Browse files

Remove EA6350.

It's been decomissioned.
parent c84017cd
No related branches found
No related tags found
No related merge requests found
...@@ -12,7 +12,6 @@ ...@@ -12,7 +12,6 @@
- name: Bootstrap OpenWRT hosts - name: Bootstrap OpenWRT hosts
hosts: hosts:
- ea6350
- mr8300 - mr8300
tags: tags:
- openwrt - openwrt
......
...@@ -8,10 +8,6 @@ all: ...@@ -8,10 +8,6 @@ all:
ansible_host: ns4.shore.co.il ansible_host: ns4.shore.co.il
kodi: kodi:
ansible_host: kodi.shore.co.il ansible_host: kodi.shore.co.il
ea6350:
# We already log in as root.
ansible_become: false
ansible_host: ea6350.shore.co.il
mr8300: mr8300:
# We already log in as root. # We already log in as root.
ansible_become: false ansible_become: false
......
...@@ -17,11 +17,6 @@ subnet 192.168.3.0 netmask 255.255.255.0 ...@@ -17,11 +17,6 @@ subnet 192.168.3.0 netmask 255.255.255.0
hardware ethernet 10:c3:7b:9c:b8:fa; hardware ethernet 10:c3:7b:9c:b8:fa;
fixed-address kodi.shore.co.il; fixed-address kodi.shore.co.il;
} }
host ea6350
{
hardware ethernet 60:38:E0:AE:19:4A;
fixed-address ea6350.shore.co.il;
}
host host01 host host01
{ {
hardware ethernet 04:42:1a:ca:2c:87; hardware ethernet 04:42:1a:ca:2c:87;
......
127.0.0.1 localhost 127.0.0.1 localhost
::1 localhost ::1 localhost
192.168.3.1 ns1 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.12 xbmc.shore.co.il xbmc kodi.shore.co.il kodi
192.168.3.13 mr8300.shore.co.il mr8300 192.168.3.13 mr8300.shore.co.il mr8300
192.168.3.17 host01.shore.co.il host01 192.168.3.17 host01.shore.co.il host01
...@@ -3,7 +3,6 @@ server: ...@@ -3,7 +3,6 @@ server:
#local-zone: "shore.co.il." static #local-zone: "shore.co.il." static
access-control: 192.168.3.0/8 allow access-control: 192.168.3.0/8 allow
access-control: 127.0.0.0/8 allow 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: "kodi.shore.co.il. A 192.168.3.12"
local-data: "mr8300.shore.co.il. A 192.168.3.13" local-data: "mr8300.shore.co.il. A 192.168.3.13"
local-data: "host01.shore.co.il. A 192.168.3.17" local-data: "host01.shore.co.il. A 192.168.3.17"
......
...@@ -141,7 +141,6 @@ ...@@ -141,7 +141,6 @@
- name: Reboot wireless access point - name: Reboot wireless access point
hosts: hosts:
- ea6350
- mr8300 - mr8300
tasks: tasks:
- name: Reboot - name: Reboot
...@@ -155,7 +154,7 @@ ...@@ -155,7 +154,7 @@
- name: Reboot the rest - name: Reboot the rest
hosts: hosts:
- all:!ns1:!ea6350:!mr8300 - all:!ns1:!mr8300
tasks: tasks:
- name: Wait to re-establish the connection - name: Wait to re-establish the connection
wait_for_connection: wait_for_connection:
......
--- ---
- hosts: - hosts:
- ea6350
- mr8300 - mr8300
roles: roles:
- wap - wap
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment