wip
This commit is contained in:
parent
37c02fe178
commit
74312422c9
3 changed files with 10 additions and 0 deletions
|
@ -13,6 +13,7 @@ defaults = {
|
|||
'php-cli': {},
|
||||
'php-cgi': {},
|
||||
'php-zip': {},
|
||||
'php-pgsql': {},
|
||||
},
|
||||
},
|
||||
'archive': {
|
||||
|
|
|
@ -28,6 +28,7 @@ if node.has_bundle('zfs'):
|
|||
'datasets': {
|
||||
'tank/postgresql': {
|
||||
'mountpoint': '/var/lib/postgresql',
|
||||
# 'recordsize': '16384',
|
||||
},
|
||||
},
|
||||
}
|
||||
|
|
|
@ -47,11 +47,19 @@
|
|||
'readonly_token': '!decrypt:encrypt$gAAAAABg3z1-0hnUdzsfivocxhJm58YnPLn96OUvnHiPaehdRhKd6TZBgEPc5YyR07t2-GEUfOvEwoie-O6QsVhWYxrwxNTBXux_iUSx7W6e-fLQA_3MgWf5G97q_3kx_wCgQ6V0iKRyxH988TpNSMACfS4WhCXdSes1CaMpic4VV3S3ox_gCrSHxO7yVXQkJDnOW0MixY5T',
|
||||
'writeonly_token': '!decrypt:encrypt$gAAAAABg3z6fGrOy2tNdo03RoYAXmpJoJYkfhBfpblPh_wxYfqmdjtABaD7XyV9mSh9xl8oWQlTAtCk9KndVCDQy7BJ-ju7S3HCKJ0k244Y5YKxUnQtqt9fc9nnm8XD-NOJqLKyfy0QhL_I8dFT02pygoJeCUR5NkZcTKf6julb-iGXI6vWcQgolJTYrW643pHObd-Z-vIEl',
|
||||
},
|
||||
'nextcloud': {
|
||||
'hostname': 'cloud.sublimity.de',
|
||||
'version': '21.0.1',
|
||||
},
|
||||
'users': {
|
||||
'root': {
|
||||
'shell': '/usr/bin/zsh',
|
||||
},
|
||||
},
|
||||
'vm': {
|
||||
'cores': 2,
|
||||
'ram': 16192,
|
||||
},
|
||||
'wireguard': {
|
||||
'my_ip': '172.30.0.2/24',
|
||||
'peers': {
|
||||
|
|
Loading…
Reference in a new issue