mirror of
https://github.com/iiab/iiab.git
synced 2025-03-09 15:40:17 +00:00
commit
cd7b9fcf4e
23 changed files with 51 additions and 54 deletions
|
@ -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 }}
|
||||||
|
|
|
@ -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 }}'
|
||||||
|
|
||||||
|
|
|
@ -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 %}
|
||||||
|
|
||||||
|
|
|
@ -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 %}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue