nodes/kunsi-t470: introduce
This commit is contained in:
parent
32d129015e
commit
18572d56e6
1 changed files with 32 additions and 0 deletions
32
nodes/kunsi-t470.py
Normal file
32
nodes/kunsi-t470.py
Normal file
|
@ -0,0 +1,32 @@
|
||||||
|
# My own laptop.
|
||||||
|
|
||||||
|
nodes['kunsi-t470'] = {
|
||||||
|
'hostname': 'localhost',
|
||||||
|
'bundles': {
|
||||||
|
'pacman',
|
||||||
|
'openssh',
|
||||||
|
'sudo',
|
||||||
|
'users',
|
||||||
|
},
|
||||||
|
'groups': set(),
|
||||||
|
'metadata': {
|
||||||
|
'icinga_options': {
|
||||||
|
'exclude_from_monitoring': True,
|
||||||
|
},
|
||||||
|
'pacman': {
|
||||||
|
'packages': {
|
||||||
|
'fish': {},
|
||||||
|
},
|
||||||
|
},
|
||||||
|
'users': {
|
||||||
|
'kunsi': {
|
||||||
|
'password': vault.decrypt('encrypt$gAAAAABgLmmuQGRUStrQawoPee-758emIYn2u8-8ebrgzNAFSp7ifeFDdXXvs-zL3QogwNYlCtBHboH2xfy1rSj6OF5bbNO-tg=='),
|
||||||
|
'shell': '/usr/bin/fish',
|
||||||
|
},
|
||||||
|
'sophie': {
|
||||||
|
'delete': True,
|
||||||
|
},
|
||||||
|
},
|
||||||
|
},
|
||||||
|
'os': 'arch',
|
||||||
|
}
|
Loading…
Reference in a new issue