cv4pve: CL-Link als Variable (#3)
cv4pve: CL-Link als Variable Co-authored-by: Michael Grote <38253905+quotengrote@users.noreply.github.com> Reviewed-on: mg/ansible#3
This commit is contained in:
parent
227a3927f2
commit
8d5686bc38
2 changed files with 2 additions and 1 deletions
|
@ -42,6 +42,7 @@
|
|||
cv4pve_api_token: "{{ lookup('keepass', 'cv4pve_api_token', 'password') }}"
|
||||
cv4pve_vmid: all,-109,-158,-153
|
||||
cv4pve_keed_snapshots: 7
|
||||
cv4pve_dl_link: "https://github.com/Corsinvest/cv4pve-autosnap/releases/download/v1.9.10/cv4pve-autosnap-linux-x64.zip"
|
||||
|
||||
# Ansible Variablen
|
||||
### sudo
|
||||
|
|
|
@ -11,7 +11,7 @@
|
|||
- name: download archives
|
||||
become: yes
|
||||
ansible.builtin.get_url: ## hier variable für version
|
||||
url: https://github.com/Corsinvest/cv4pve-autosnap/releases/download/{{ cv4pve_version }}/cv4pve-autosnap-linux-x64.zip
|
||||
url: "{{ cv4pve_dl_link }}"
|
||||
dest: /tmp/cv4pve/cv4pve-autosnap-linux-x64.zip
|
||||
mode: '0775'
|
||||
|
||||
|
|
Loading…
Reference in a new issue