1
0
Fork 0
mirror of https://github.com/iiab/iiab.git synced 2025-03-09 15:40:17 +00:00

Merge pull request #18 from iiab/master

sync from iiab/iiab
This commit is contained in:
A Holt 2017-10-22 05:30:40 -04:00 committed by GitHub
commit cd7b9fcf4e
23 changed files with 51 additions and 54 deletions

View file

@ -19,9 +19,9 @@
- download - download
# or we have to change the serial number in the config files. # or we have to change the serial number in the config files.
- name: Stop named before copying files #- name: Stop named before copying files
service: name={{ dns_service }} state=stopped # service: name={{ dns_service }} state=stopped
when: not installing # when: not installing
- name: Set folder permission - name: Set folder permission
file: path={{ item }} file: path={{ item }}

View file

@ -5,4 +5,3 @@
# #
# Point dhcpd to the XS-specific config # Point dhcpd to the XS-specific config
DHCPDARGS='-cf /etc/dhcpd-iiab.conf {{ iiab_lan_iface }}' DHCPDARGS='-cf /etc/dhcpd-iiab.conf {{ iiab_lan_iface }}'

View file

@ -58,4 +58,3 @@ iface br0 inet static
dns-search {{ iiab_domain }} dns-search {{ iiab_domain }}
post-up systemctl restart dhcpd && systemctl restart hostapd post-up systemctl restart dhcpd && systemctl restart hostapd
{% endif %} {% endif %}

View file

@ -45,4 +45,3 @@ iface br0 inet static
dns-search {{ iiab_domain }} dns-search {{ iiab_domain }}
post-up systemctl restart dhcpd && systemctl restart hostapd post-up systemctl restart dhcpd && systemctl restart hostapd
{% endif %} {% endif %}