24 lines
671 B
Plaintext
24 lines
671 B
Plaintext
# This file is generated from ansible autogeneration scripts
|
|
# /etc/cloud/cloud.cfg.d/99-disable-network-config.cfg with the following:
|
|
# network: {config: disabled}
|
|
network:
|
|
version: 2
|
|
ethernets:
|
|
{{ if_int }}
|
|
dhcp4: true
|
|
nameservers:
|
|
addresses:
|
|
- 192.168.224.7
|
|
- 192.168.240.7
|
|
- 91.232.196.12
|
|
search:
|
|
- office0.naumen.ru
|
|
routes:
|
|
- to: 192.168.0.0/16
|
|
via: 10.106.100.1
|
|
- to: 172.16.0.0/16
|
|
via: 10.106.100.1
|
|
- to: 10.0.0.0/8
|
|
via: {{ hetzner_server_gw_ip }}
|
|
|