pbs: remove old ip entries, dns lookup now works (#564)
Reviewed-on: #564 Co-authored-by: Michael Grote <michael.grote@posteo.de> Co-committed-by: Michael Grote <michael.grote@posteo.de>
This commit is contained in:
parent
1fc4e9d0d9
commit
bc5b6bf8ed
2 changed files with 0 additions and 13 deletions
|
@ -141,7 +141,6 @@
|
||||||
destination_dataset: backup/pve5/vm
|
destination_dataset: backup/pve5/vm
|
||||||
source_dataset: hdd_data_raidz/vm
|
source_dataset: hdd_data_raidz/vm
|
||||||
|
|
||||||
|
|
||||||
# sanoid
|
# sanoid
|
||||||
sanoid_datasets:
|
sanoid_datasets:
|
||||||
### rpool
|
### rpool
|
||||||
|
|
|
@ -13,7 +13,6 @@
|
||||||
keep_hourly: 3
|
keep_hourly: 3
|
||||||
keep_daily: 3
|
keep_daily: 3
|
||||||
|
|
||||||
|
|
||||||
pbs_permissions:
|
pbs_permissions:
|
||||||
- user: user_pve5@pbs
|
- user: user_pve5@pbs
|
||||||
datastore: zfs_backup
|
datastore: zfs_backup
|
||||||
|
@ -138,7 +137,6 @@
|
||||||
destination_dataset: backup/pve5/vm
|
destination_dataset: backup/pve5/vm
|
||||||
source_dataset: hdd_data_raidz/vm
|
source_dataset: hdd_data_raidz/vm
|
||||||
|
|
||||||
|
|
||||||
# sanoid
|
# sanoid
|
||||||
sanoid_datasets:
|
sanoid_datasets:
|
||||||
### rpool
|
### rpool
|
||||||
|
@ -160,15 +158,5 @@
|
||||||
snapshots: true
|
snapshots: true
|
||||||
template: '3tage'
|
template: '3tage'
|
||||||
|
|
||||||
### mgrote.apt_manage_packages
|
|
||||||
apt_packages_internet:
|
|
||||||
- http://192.168.2.43:3344/bash-helper-scripts-mgrote-latest.deb # weil pbs den fqdn nicht auflösen kann
|
|
||||||
|
|
||||||
### mgrote.zfs_sanoid
|
|
||||||
sanoid_deb_url: http://192.168.2.43:3344/sanoid_3.0.4.deb # weil pbs den fqdn nicht auflösen kann
|
|
||||||
|
|
||||||
### mgrote.munin-node
|
### mgrote.munin-node
|
||||||
munin_node_allowed_cidrs: [192.168.3.0/24]
|
munin_node_allowed_cidrs: [192.168.3.0/24]
|
||||||
|
|
||||||
### mgrote.restic
|
|
||||||
restic_repository: "//192.168.2.54/restic" # weil pbs den fqdn nicht auflösen kann
|
|
||||||
|
|
Loading…
Reference in a new issue