I HATE GOOGLE (v2)
All checks were successful
bundlewrap/pipeline/head This commit looks good

This commit is contained in:
Franzi 2020-08-21 14:41:01 +02:00
parent 0d8332ec7e
commit 4a81c05f6d
Signed by: kunsi
GPG key ID: 12E3D2136B818350
2 changed files with 9 additions and 13 deletions

View file

@ -1,12 +1,18 @@
svc_systemd = {}
for i in (
for i in {
'google-accounts-daemon.service',
'google-accounts-manager.service',
'google-clock-skew-daemon.service',
'google-clock-sync-manager.service',
'sshguard.service'
):
'google-guest-agent.service',
'google-osconfig-agent.service',
'google-shutdown-scripts.service',
'google-startup-scripts.service',
'sshguard.service',
'google-oslogin-cache.timer',
}:
svc_systemd[i] = {
'enabled': False,
'running': False,

View file

@ -6,16 +6,6 @@ nodes['gce.bind01'] = {
'dns',
},
'metadata': {
'hosts': {
'entries': {
# FIXME Google keeps adding those entries. Find out why
# and remove it.
'10.156.0.4': {
'bind01.europe-west3-c.c.omega-art-269710.internal',
'bind01',
},
},
},
'os': 'debian',
'os_release': 'buster',
},