clean up some nodefiles
This commit is contained in:
parent
d1e28c3f0c
commit
56df06e981
9 changed files with 3 additions and 40 deletions
|
@ -68,6 +68,9 @@ groups['sophie'] = {
|
|||
'icinga_options': {
|
||||
'exclude_from_monitoring': True,
|
||||
},
|
||||
'users': {
|
||||
'sophie': {},
|
||||
},
|
||||
},
|
||||
}
|
||||
|
||||
|
|
|
@ -121,12 +121,6 @@ nodes['fkusei-locutus'] = {
|
|||
'fkunsmann': {
|
||||
'password': vault.decrypt('encrypt$gAAAAABgLmmuQGRUStrQawoPee-758emIYn2u8-8ebrgzNAFSp7ifeFDdXXvs-zL3QogwNYlCtBHboH2xfy1rSj6OF5bbNO-tg=='),
|
||||
'shell': '/usr/bin/fish',
|
||||
'sudo_commands': {
|
||||
'ALL',
|
||||
},
|
||||
},
|
||||
'sophie': {
|
||||
'delete': True,
|
||||
},
|
||||
},
|
||||
'voc-tracker-worker': {
|
||||
|
|
|
@ -223,9 +223,6 @@ nodes['home.nas'] = {
|
|||
'enable_x_forwarding_for_admins': True,
|
||||
},
|
||||
'users': {
|
||||
'f2k1de': {
|
||||
'delete': True,
|
||||
},
|
||||
'inbox': {
|
||||
'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 ',
|
||||
|
@ -236,14 +233,6 @@ nodes['home.nas'] = {
|
|||
'nas',
|
||||
},
|
||||
},
|
||||
'sophie': {
|
||||
'groups': {
|
||||
'nas',
|
||||
},
|
||||
},
|
||||
'qcn': {
|
||||
'delete': True,
|
||||
},
|
||||
},
|
||||
'zfs': {
|
||||
'module_options': {
|
||||
|
|
|
@ -146,11 +146,7 @@ nodes['home.router'] = {
|
|||
},
|
||||
},
|
||||
'users': {
|
||||
'f2k1de': {
|
||||
'delete': True,
|
||||
},
|
||||
'fkunsmann': {},
|
||||
'sophie': {},
|
||||
},
|
||||
'vnstat': {
|
||||
'interface': 'enp1s0.7',
|
||||
|
|
|
@ -83,9 +83,6 @@ nodes['htz-cloud.pirmasens'] = {
|
|||
'users': {
|
||||
'forgejo-carlene': {},
|
||||
'frank': {},
|
||||
'sophie': {
|
||||
'delete': True,
|
||||
},
|
||||
},
|
||||
'vm': {
|
||||
'cpu': 2,
|
||||
|
|
|
@ -162,9 +162,6 @@ nodes['kunsi-p14s'] = {
|
|||
'password': vault.decrypt('encrypt$gAAAAABgLmmuQGRUStrQawoPee-758emIYn2u8-8ebrgzNAFSp7ifeFDdXXvs-zL3QogwNYlCtBHboH2xfy1rSj6OF5bbNO-tg=='),
|
||||
'shell': '/usr/bin/fish',
|
||||
},
|
||||
'sophie': {
|
||||
'delete': True,
|
||||
},
|
||||
},
|
||||
'wireguard': {
|
||||
'peers': {
|
||||
|
|
|
@ -46,9 +46,6 @@ nodes['htz-hel.backup-sophie'] = {
|
|||
],
|
||||
},
|
||||
},
|
||||
'users': {
|
||||
'sophie': {},
|
||||
},
|
||||
'zfs': {
|
||||
'datasets': {
|
||||
'tank/ejgwthink': {
|
||||
|
|
|
@ -61,13 +61,6 @@ nodes['sophie.paperless'] = {
|
|||
'postgresql': {
|
||||
'version': '11',
|
||||
},
|
||||
'users': {
|
||||
'sophie': {
|
||||
'sudo_commands': {
|
||||
'ALL',
|
||||
},
|
||||
},
|
||||
},
|
||||
'vm': {
|
||||
'cpu': 2,
|
||||
'ram': 2,
|
||||
|
|
|
@ -54,9 +54,6 @@ nodes['sophie.rechenmonster'] = {
|
|||
},
|
||||
},
|
||||
'users': {
|
||||
'kunsi': {
|
||||
'password': vault.decrypt('encrypt$gAAAAABgLmmuQGRUStrQawoPee-758emIYn2u8-8ebrgzNAFSp7ifeFDdXXvs-zL3QogwNYlCtBHboH2xfy1rSj6OF5bbNO-tg=='),
|
||||
},
|
||||
'sophie': {
|
||||
'password': vault.decrypt('encrypt$gAAAAABiEAyiedXL6ZnvelOMumhcB73X72SXZhjS_G0EDYVK5-NQ3_J_0h1W1HkFBNe5tShGNmg88jUiULRBn5u2IoiRGiDrYg=='),
|
||||
},
|
||||
|
|
Loading…
Reference in a new issue