1
0
mirror of https://github.com/inofix/example-inv.git synced 2026-02-05 15:45:42 +01:00

Merge pull request #4 from zwischenloesung/master

Networking Details
This commit is contained in:
Lustenberger Michael
2018-09-27 10:41:52 +02:00
committed by GitHub
2 changed files with 21 additions and 0 deletions

View File

@@ -48,5 +48,15 @@ parameters:
- name: 'private'
ip: '192.168.1.1'
netmask: '255.255.255.0'
net_route:
net_filter:
- remotehost: False
table:
chain:
protocol:
source:
destination:
match:
state:
type: 'phy'

View File

@@ -27,6 +27,17 @@ parameters:
gateway: '192.168.1.1'
nameserver: '8.8.8.8'
primary: true
net_route:
net_filter:
- remotehost: False
table:
chain:
protocol:
source:
destination:
match:
state:
target:
os:
os: 'linux'
distro: 'debian'