Page MenuHomeDevCentral

10-net.jinja
No OneTemporary

10-net.jinja

# -------------------------------------------------------------
# Network — interfaces configuration
# - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
# Project: Nasqueron
# License: Trivial work, not eligible to copyright
# Source file: roles/core/network/files/Debian/10-net.jinja
# -------------------------------------------------------------
#
# <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>
auto {{ interface.device }}
iface {{ interface.device }} inet static
address {{ interface.ipv4.address }}
netmask {{ interface.ipv4.netmask }}
{% if "gateway" in interface.ipv4 %}
gateway {{ interface.ipv4.gateway }}
{% endif %}

File Metadata

Mime Type
text/plain
Expires
Tue, Aug 18, 23:07 (23 h, 36 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
3942580
Default Alt Text
10-net.jinja (865 B)

Event Timeline