Commit c261faeb authored by Mark Beierl's avatar Mark Beierl
Browse files

Missing Package

Adds missing package as 20.04 no longer installs net-tools for route add
by default.
parent 0ad86902
Pipeline #87 passed with stage
in 1 minute and 25 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