forked from gadmin/gsb2023
feat: added peertube role
This commit is contained in:
16
roles/post/files/interfaces.s-peertube
Normal file
16
roles/post/files/interfaces.s-peertube
Normal file
@@ -0,0 +1,16 @@
|
||||
### 0.1 - putconf - jeudi 30 mars 2023, 8:11:30 (UTC+0100)
|
||||
|
||||
# The loopback network interface
|
||||
auto lo
|
||||
iface lo inet loopback
|
||||
|
||||
# carte n-adm
|
||||
allow-hotplug enp0s3
|
||||
iface enp0s3 inet static
|
||||
address 192.168.99.120/24
|
||||
|
||||
# Réseau n-dmz-lb
|
||||
allow-hotplug enp0s8
|
||||
iface enp0s8 inet static
|
||||
address 192.168.100.20/24
|
||||
|
Reference in New Issue
Block a user