15 lines
280 B
Python
15 lines
280 B
Python
defaults = {
|
|
'apt': {
|
|
'packages': {
|
|
'mariadb-server': {},
|
|
'python3': {},
|
|
'python3-setuptools': {},
|
|
'python3-pip': {},
|
|
},
|
|
},
|
|
'backups': {
|
|
'paths': {
|
|
'/opt/seafile',
|
|
},
|
|
},
|
|
}
|