Commit 5338a11b authored by Mark Beierl's avatar Mark Beierl
Browse files

Merge branch 'beierlm-master-patch-08922' into 'master'

Missing Package

See merge request !98
parents 0ad86902 c261faeb
Pipeline #88 passed with stage
in 1 minute and 26 seconds
......@@ -2,8 +2,10 @@
password: osm2020
chpasswd: { expire: False }
ssh_pwauth: True
packages:
- net-tools
runcmd:
- route add -net 10.0.0.0/8 gw 172.21.251.254
- route add -net 172.21.0.0/16 gw 172.21.251.254
- route add -net 172.22.0.0/16 gw 172.21.251.254
- route add -net 192.168.170.0/24 gw 172.21.251.254
\ No newline at end of file
- route add -net 192.168.170.0/24 gw 172.21.251.254
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment