1
0
Fork 0
mirror of https://github.com/iiab/iiab.git synced 2025-02-13 11:42:08 +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
# or we have to change the serial number in the config files.
- name: Stop named before copying files
service: name={{ dns_service }} state=stopped
when: not installing
#- name: Stop named before copying files
# service: name={{ dns_service }} state=stopped
# when: not installing
- name: Set folder permission
file: path={{ item }}

View file

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

View file

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

View file

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