Commit 688c625c authored by nimrod's avatar nimrod
Browse files

Add the new MR8300 WAP.

parent 96bed76c
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -13,6 +13,7 @@
- name: Bootstrap OpenWRT hosts
  hosts:
    - ea6350
    - mr8300
  tags:
    - openwrt
    - update
+4 −0
Original line number Diff line number Diff line
@@ -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:
+5 −0
Original line number Diff line number Diff line
@@ -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;
  }
}
+1 −0
Original line number Diff line number Diff line
@@ -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
+1 −0
Original line number Diff line number Diff line
@@ -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