Page MenuHomeDevCentral

ifcfg
No OneTemporary

# -------------------------------------------------------------
# Network configuration
# - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
# Project: Nasqueron
# License: Trivial work, not eligible to copyright
# Source file: roles/core/network/files/RedHat/ifcfg
# -------------------------------------------------------------
#
# <auto-generated>
# This file is managed by our rOPS SaltStack repository.
#
# Changes to this file may cause incorrect behavior
# and will be lost if the state is redeployed.
# </auto-generated>
TYPE=Ethernet
PROXY_METHOD=none
BROWSER_ONLY=no
BOOTPROTO=none
DEFROUTE=yes
IPV4_FAILURE_FATAL=yes
IPV6INIT=yes
IPV6_AUTOCONF=yes
IPV6_DEFROUTE=yes
IPV6_FAILURE_FATAL=no
IPV6_ADDR_GEN_MODE=stable-privacy
NAME={{ interface.device }}
UUID={{ interface.uuid }}
DEVICE={{ interface.device }}
ONBOOT=yes
IPADDR={{ interface.ipv4.address }}
PREFIX={{ prefix }}
{% if "ipv4" in interface and "gateway" in interface["ipv4"] %}
GATEWAY={{ interface.ipv4.gateway }}
{% endif %}

File Metadata

Mime Type
text/plain
Expires
Mon, Sep 14, 16:17 (1 d, 15 h)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
3942888
Default Alt Text
ifcfg (1 KB)

Event Timeline