1
1
mirror of https://gitlab.archlinux.org/archlinux/infrastructure.git synced 2024-09-20 10:41:47 +02:00

Add network settings for remaining pia servers

Signed-off-by: Florian Pritz <bluewind@xinu.at>
This commit is contained in:
Florian Pritz 2018-07-03 20:35:16 +02:00
parent 8fd819c63f
commit e8360c76f5
4 changed files with 24 additions and 0 deletions

6
host_vars/159.122.70.8 Normal file
View File

@ -0,0 +1,6 @@
---
configure_network: true
network_interface: "eno2"
ipv4_address: "159.122.70.8"
ipv4_netmask: "/26"
ipv4_gateway: "159.122.70.1"

6
host_vars/169.50.62.117 Normal file
View File

@ -0,0 +1,6 @@
---
configure_network: true
network_interface: "eno2"
ipv4_address: "169.50.62.117"
ipv4_netmask: "/26"
ipv4_gateway: "169.50.62.65"

6
host_vars/169.50.62.119 Normal file
View File

@ -0,0 +1,6 @@
---
configure_network: true
network_interface: "eno2"
ipv4_address: "169.50.62.119"
ipv4_netmask: "/26"
ipv4_gateway: "169.50.62.65"

6
host_vars/169.50.62.125 Normal file
View File

@ -0,0 +1,6 @@
---
configure_network: true
network_interface: "eno2"
ipv4_address: "169.50.62.125"
ipv4_netmask: "/26"
ipv4_gateway: "169.50.62.65"