mirror of
https://github.com/iiab/iiab.git
synced 2025-03-09 15:40:17 +00:00
Update ifcfg_mods.yml
This commit is contained in:
parent
0247ee1930
commit
b3dbf16a27
1 changed files with 3 additions and 2 deletions
|
@ -65,8 +65,9 @@
|
|||
# when: iiab_wan_iface != "none" and not has_WAN and has_ifcfg_gw == "none" and xo_model == "none" and not iiab_demo_mode
|
||||
|
||||
- name: Configuring LAN interface as iiab_lan_iface
|
||||
template: src=network/ifcfg.j2
|
||||
dest=/etc/sysconfig/network-scripts/ifcfg-LAN
|
||||
template:
|
||||
src: network/ifcfg.j2
|
||||
dest: /etc/sysconfig/network-scripts/ifcfg-LAN
|
||||
when: iiab_lan_iface != "none"
|
||||
|
||||
# can be more than one wired interface
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue