clean up some nodefiles

This commit is contained in:
Franzi 2024-06-08 18:50:55 +02:00
parent d1e28c3f0c
commit 56df06e981
Signed by: kunsi
GPG key ID: 12E3D2136B818350
9 changed files with 3 additions and 40 deletions

View file

@ -68,6 +68,9 @@ groups['sophie'] = {
'icinga_options': { 'icinga_options': {
'exclude_from_monitoring': True, 'exclude_from_monitoring': True,
}, },
'users': {
'sophie': {},
},
}, },
} }

View file

@ -121,12 +121,6 @@ nodes['fkusei-locutus'] = {
'fkunsmann': { 'fkunsmann': {
'password': vault.decrypt('encrypt$gAAAAABgLmmuQGRUStrQawoPee-758emIYn2u8-8ebrgzNAFSp7ifeFDdXXvs-zL3QogwNYlCtBHboH2xfy1rSj6OF5bbNO-tg=='), 'password': vault.decrypt('encrypt$gAAAAABgLmmuQGRUStrQawoPee-758emIYn2u8-8ebrgzNAFSp7ifeFDdXXvs-zL3QogwNYlCtBHboH2xfy1rSj6OF5bbNO-tg=='),
'shell': '/usr/bin/fish', 'shell': '/usr/bin/fish',
'sudo_commands': {
'ALL',
},
},
'sophie': {
'delete': True,
}, },
}, },
'voc-tracker-worker': { 'voc-tracker-worker': {

View file

@ -223,9 +223,6 @@ nodes['home.nas'] = {
'enable_x_forwarding_for_admins': True, 'enable_x_forwarding_for_admins': True,
}, },
'users': { 'users': {
'f2k1de': {
'delete': True,
},
'inbox': { 'inbox': {
'ssh_pubkey': { 'ssh_pubkey': {
#'command="/usr/share/rsync/scripts/rrsync -wo /storage/inbox/",no-agent-forwarding,no-port-forwarding,no-pty,no-user-rc,no-X11-forwarding ', #'command="/usr/share/rsync/scripts/rrsync -wo /storage/inbox/",no-agent-forwarding,no-port-forwarding,no-pty,no-user-rc,no-X11-forwarding ',
@ -236,14 +233,6 @@ nodes['home.nas'] = {
'nas', 'nas',
}, },
}, },
'sophie': {
'groups': {
'nas',
},
},
'qcn': {
'delete': True,
},
}, },
'zfs': { 'zfs': {
'module_options': { 'module_options': {

View file

@ -146,11 +146,7 @@ nodes['home.router'] = {
}, },
}, },
'users': { 'users': {
'f2k1de': {
'delete': True,
},
'fkunsmann': {}, 'fkunsmann': {},
'sophie': {},
}, },
'vnstat': { 'vnstat': {
'interface': 'enp1s0.7', 'interface': 'enp1s0.7',

View file

@ -83,9 +83,6 @@ nodes['htz-cloud.pirmasens'] = {
'users': { 'users': {
'forgejo-carlene': {}, 'forgejo-carlene': {},
'frank': {}, 'frank': {},
'sophie': {
'delete': True,
},
}, },
'vm': { 'vm': {
'cpu': 2, 'cpu': 2,

View file

@ -162,9 +162,6 @@ nodes['kunsi-p14s'] = {
'password': vault.decrypt('encrypt$gAAAAABgLmmuQGRUStrQawoPee-758emIYn2u8-8ebrgzNAFSp7ifeFDdXXvs-zL3QogwNYlCtBHboH2xfy1rSj6OF5bbNO-tg=='), 'password': vault.decrypt('encrypt$gAAAAABgLmmuQGRUStrQawoPee-758emIYn2u8-8ebrgzNAFSp7ifeFDdXXvs-zL3QogwNYlCtBHboH2xfy1rSj6OF5bbNO-tg=='),
'shell': '/usr/bin/fish', 'shell': '/usr/bin/fish',
}, },
'sophie': {
'delete': True,
},
}, },
'wireguard': { 'wireguard': {
'peers': { 'peers': {

View file

@ -46,9 +46,6 @@ nodes['htz-hel.backup-sophie'] = {
], ],
}, },
}, },
'users': {
'sophie': {},
},
'zfs': { 'zfs': {
'datasets': { 'datasets': {
'tank/ejgwthink': { 'tank/ejgwthink': {

View file

@ -61,13 +61,6 @@ nodes['sophie.paperless'] = {
'postgresql': { 'postgresql': {
'version': '11', 'version': '11',
}, },
'users': {
'sophie': {
'sudo_commands': {
'ALL',
},
},
},
'vm': { 'vm': {
'cpu': 2, 'cpu': 2,
'ram': 2, 'ram': 2,

View file

@ -54,9 +54,6 @@ nodes['sophie.rechenmonster'] = {
}, },
}, },
'users': { 'users': {
'kunsi': {
'password': vault.decrypt('encrypt$gAAAAABgLmmuQGRUStrQawoPee-758emIYn2u8-8ebrgzNAFSp7ifeFDdXXvs-zL3QogwNYlCtBHboH2xfy1rSj6OF5bbNO-tg=='),
},
'sophie': { 'sophie': {
'password': vault.decrypt('encrypt$gAAAAABiEAyiedXL6ZnvelOMumhcB73X72SXZhjS_G0EDYVK5-NQ3_J_0h1W1HkFBNe5tShGNmg88jUiULRBn5u2IoiRGiDrYg=='), 'password': vault.decrypt('encrypt$gAAAAABiEAyiedXL6ZnvelOMumhcB73X72SXZhjS_G0EDYVK5-NQ3_J_0h1W1HkFBNe5tShGNmg88jUiULRBn5u2IoiRGiDrYg=='),
}, },