EOL GCE
This commit is contained in:
parent
24373d0ac9
commit
b11fece803
7 changed files with 8 additions and 198 deletions
|
@ -1,38 +1,3 @@
|
|||
groups['gce'] = {
|
||||
'bundles': {
|
||||
'gce-workaround',
|
||||
},
|
||||
'member_patterns': {
|
||||
r"gce\..*",
|
||||
},
|
||||
'metadata': {
|
||||
'hosts': {
|
||||
'entries': {
|
||||
'169.254.169.254': {
|
||||
'metadata.google.internal',
|
||||
},
|
||||
},
|
||||
},
|
||||
'location': 'gce',
|
||||
'nameservers': {
|
||||
'8.8.8.8',
|
||||
'8.8.4.4',
|
||||
},
|
||||
'postfix': {
|
||||
# It's fine to do this without authentificating to the relayhost.
|
||||
# These Systems are not supposed to send mail anywhere else
|
||||
# than our own domains.
|
||||
'relayhost': '[mail.franzi.business]:2525',
|
||||
},
|
||||
'sysctl': {
|
||||
'options': {
|
||||
'net.ipv6.conf.all.disable_ipv6': '1',
|
||||
'net.ipv6.conf.default.disable_ipv6': '1',
|
||||
},
|
||||
},
|
||||
},
|
||||
}
|
||||
|
||||
groups['htz'] = {
|
||||
'subgroup_patterns': {
|
||||
r'htz\-.+',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue