nodes/home.nas: do updates on saturday
This machine is the vmhost for our router. We don't want them to be rebooting at the same time.
This commit is contained in:
parent
0ca8edf656
commit
c8272b933a
1 changed files with 5 additions and 0 deletions
|
@ -16,6 +16,11 @@ nodes['home.nas'] = {
|
||||||
'gateway4': '172.19.138.1',
|
'gateway4': '172.19.138.1',
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
|
'apt': {
|
||||||
|
'unattended_upgrades': {
|
||||||
|
'day': 6,
|
||||||
|
},
|
||||||
|
},
|
||||||
'backups': {
|
'backups': {
|
||||||
# This *is* the backup server
|
# This *is* the backup server
|
||||||
'exclude_from_backups': True,
|
'exclude_from_backups': True,
|
||||||
|
|
Loading…
Reference in a new issue