nodes/voc.pretalx: add dummy network config
All checks were successful
bundlewrap/pipeline/head This commit looks good
All checks were successful
bundlewrap/pipeline/head This commit looks good
This commit is contained in:
parent
3b4ba137e7
commit
5d8cd80b38
1 changed files with 10 additions and 0 deletions
|
@ -12,6 +12,16 @@ nodes['voc.pretalx'] = {
|
||||||
'sshmon',
|
'sshmon',
|
||||||
},
|
},
|
||||||
'metadata': {
|
'metadata': {
|
||||||
|
'interfaces': {
|
||||||
|
'default': {
|
||||||
|
'ips': {
|
||||||
|
'31.172.33.105/28',
|
||||||
|
'2a01:a700:48d1::105/64',
|
||||||
|
},
|
||||||
|
'gateway4': '31.172.33.110',
|
||||||
|
'gateway6': '2a01:a700:48d1::1',
|
||||||
|
},
|
||||||
|
},
|
||||||
'nginx': {
|
'nginx': {
|
||||||
'vhosts': {
|
'vhosts': {
|
||||||
'pretalx': {
|
'pretalx': {
|
||||||
|
|
Loading…
Reference in a new issue