added vlan createion and firewalld

This commit is contained in:
Jonas Forsberg
2021-09-22 16:33:00 +02:00
parent 68248df359
commit 04bf1ccbc4
3 changed files with 61 additions and 17 deletions

View File

@@ -1,5 +1,6 @@
network:
domain: suse.lan
hostname: admin
netaddress: 192.168.0.0
netmask: 24
ip: 192.168.0.1
@@ -7,3 +8,17 @@ network:
interface:
internal: eth0
external: eth0.1000
vlan:
-
id: 100
address: 192.168.100.1
netmask: 24
-
id: 200
address: 192.168.200.1
netmask: 24
-
id: 250
address: 192.168.250.1
netmask: 24

View File

@@ -1,3 +1,5 @@
base:
'*':
- hostname
- firewalld
- chrony