update to pve8 (#547)
Co-authored-by: Michael Grote <michael.grote@posteo.de> Reviewed-on: #547
This commit is contained in:
parent
0bb877a9a9
commit
e0ddd8e216
7 changed files with 8 additions and 13 deletions
|
@ -238,7 +238,7 @@
|
|||
autoprune: 'yes'
|
||||
|
||||
### mgrote.zfs_sanoid
|
||||
sanoid_deb_url: http://docker10.grote.lan:3344/sanoid_2.1.0.deb
|
||||
sanoid_deb_url: http://docker10.grote.lan:3344/sanoid_3.0.0.deb
|
||||
|
||||
# Ansible Variablen
|
||||
### User
|
||||
|
|
|
@ -229,4 +229,4 @@
|
|||
datastore: zfs_backup
|
||||
username: user_pve5-test@pbs
|
||||
password: "{{ lookup('keepass', 'pbs_pve_user-test', 'password') }}"
|
||||
fingerprint: "7F:AC:54:75:1C:33:55:84:1E:1E:3A:15:5A:5E:AF:79:33:C9:D4:E1:C0:A0:1C:0D:9E:6A:EA:82:F9:27:57:79"
|
||||
fingerprint: "38:53:f6:1e:99:99:76:78:c4:00:dd:90:1a:89:47:56:97:4e:f3:62:01:d2:2c:76:ba:f8:55:be:f8:05:d1:7a"
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
manage_sources_proxmox_enterprise_repo_path: /etc/apt/sources.list.d/pve-enterprise.list # wo ist das enterprise-repo
|
||||
manage_sources_proxmox_apt_repo_key_url: http://download.proxmox.com/debian/proxmox-ve-release-6.x.gpg # url zum key für no-subscription-repo
|
||||
manage_sources_proxmox_apt_repo_key_path: /etc/apt/trusted.gpg.d/proxmox-ve-release-6.x.gpg # pfad lokal zum key für no-subscription-repo
|
||||
manage_sources_proxmox_apt_repo_no_subscription: deb http://download.proxmox.com/debian/pve bullseye pve-no-subscription # url zum für no-subscription-repo, manage_sources_apt_proxy_url wird aus der variable entnommen
|
||||
manage_sources_proxmox_apt_repo_no_subscription: deb http://download.proxmox.com/debian/pve bookworm pve-no-subscription # url zum für no-subscription-repo, manage_sources_apt_proxy_url wird aus der variable entnommen
|
||||
|
||||
|
||||
manage_sources_apt_proxy: docker10.grote.lan:9999 # url+Port vom proxy
|
||||
|
|
|
@ -28,9 +28,7 @@
|
|||
|
||||
- name: add pve-no-subscription repo
|
||||
become: yes
|
||||
ansible.builtin.apt_repository:
|
||||
repo: "{{ manage_sources_proxmox_apt_repo_no_subscription }}"
|
||||
state: present
|
||||
filename: pve-no-subscription
|
||||
update_cache: no
|
||||
ansible.builtin.template:
|
||||
src: pve-no-subscription.j2
|
||||
dest: pve-no-subscription.list
|
||||
notify: update package lists
|
||||
|
|
|
@ -0,0 +1 @@
|
|||
{{ manage_sources_proxmox_apt_repo_no_subscription }}
|
|
@ -17,7 +17,3 @@
|
|||
loop: "{{ pve_pbs_datastore }}"
|
||||
when: "item.name in storages.stdout"
|
||||
changed_when: false
|
||||
|
||||
|
||||
|
||||
# alle pbs variablen beschscireben und kennworter in keeprss
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
### when should syncoid be run
|
||||
sanoid_syncoid_timer: '*-*-* *:00:00'
|
||||
### where to download the package
|
||||
sanoid_deb_url: http://docker10.grote.lan:3344/sanoid_2.1.0.deb
|
||||
sanoid_deb_url: http://docker10.grote.lan:3344/sanoid_3.0.0.deb
|
||||
|
||||
# ### "Default" Datasets
|
||||
# sanoid_datasets: # dictionary
|
||||
|
|
Loading…
Reference in a new issue