Move odofreebsd's network config to the network task.
This commit is contained in:
parent
a0e2187bc8
commit
acef3d93ba
@ -2,9 +2,6 @@ clear_tmp_enable="YES"
|
||||
syslogd_flags="-ss"
|
||||
sendmail_enable="NONE"
|
||||
hostname="odo"
|
||||
wlans_ath0="wlan0"
|
||||
ifconfig_wlan0="WPA DHCP"
|
||||
ifconfig_wlan0_ipv6="inet6 accept_rtadv"
|
||||
local_unbound_enable="YES"
|
||||
sshd_enable="YES"
|
||||
ntpd_enable="YES"
|
||||
@ -12,4 +9,3 @@ powerd_enable="YES"
|
||||
# Set dumpdev to "AUTO" to enable crash dumps, "NO" to disable
|
||||
dumpdev="NO"
|
||||
zfs_enable="YES"
|
||||
|
||||
|
3
ansible/roles/network/files/odofreebsd_network.conf
Normal file
3
ansible/roles/network/files/odofreebsd_network.conf
Normal file
@ -0,0 +1,3 @@
|
||||
wlans_ath0="wlan0"
|
||||
ifconfig_wlan0="WPA DHCP"
|
||||
ifconfig_wlan0_ipv6="inet6 accept_rtadv"
|
Loading…
x
Reference in New Issue
Block a user