Skip to content
Snippets Groups Projects
Commit 688c625c authored by nimrod's avatar nimrod
Browse files

Add the new MR8300 WAP.

parent 96bed76c
No related branches found
No related tags found
No related merge requests found
......@@ -13,6 +13,7 @@
- name: Bootstrap OpenWRT hosts
hosts:
- ea6350
- mr8300
tags:
- openwrt
- update
......
......@@ -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:
......
......@@ -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;
}
}
......@@ -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
......@@ -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"
......@@ -138,9 +138,10 @@
tags:
- reboot
- name: Reboot EA6350
- name: Reboot wireless access point
hosts:
- ea6350
- mr8300
tasks:
- name: Reboot
when: reboot_needed|default(false)
......@@ -153,7 +154,7 @@
- name: Reboot the rest
hosts:
- all:!ns1:!ea6350
- all:!ns1:!ea6350:!mr8300
tasks:
- name: Wait to re-establish the connection
wait_for_connection:
......
---
- hosts:
- ea6350
- mr8300
roles:
- wap
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment