nodes: fix interface config

This commit is contained in:
Franzi 2020-11-09 15:16:29 +01:00
parent 91fd33cfa0
commit d90c9edc22
Signed by: kunsi
GPG key ID: 12E3D2136B818350
8 changed files with 27 additions and 24 deletions

View file

@ -13,8 +13,8 @@ nodes['gce.bind01'] = {
},
'metadata': {
'interfaces': {
'eth0': {
'ipv4': {
'ens4': {
'ips': {
'10.156.0.4',
},
'gateway4': '10.156.0.1',

View file

@ -9,8 +9,8 @@ nodes['gce.dns02'] = {
},
'metadata': {
'interfaces': {
'eth0': {
'ipv4': {
'ens4': {
'ips': {
'10.132.0.2',
},
'gateway4': '10.132.0.1',

View file

@ -9,8 +9,8 @@ nodes['gce.dns03'] = {
},
'metadata': {
'interfaces': {
'eth0': {
'ipv4': {
'ens4': {
'ips': {
'10.166.0.2',
},
'gateway4': '10.166.0.1',