softplayer-ansible/playbooks/systems/system-bootstrap/templates/ifcfg-eth0:1.j2

8 lines
106 B
Plaintext
Raw Normal View History

2024-03-28 17:29:07 +00:00
BOOTPROTO=static
DEVICE=eth0:1
IPADDR={{ publicIP }}
PREFIX=32
TYPE=Ethernet
USERCTL=no
ONBOOT=yes