✨: dynamic inventory with proxmox
Some checks failed
ansible-lint / lint-everything (push) Failing after 1m12s
Some checks failed
ansible-lint / lint-everything (push) Failing after 1m12s
This commit is contained in:
@@ -6,4 +6,4 @@ restic_architecture: "amd64"
|
||||
restic_system: "{{ ansible_facts['system'] | lower }}"
|
||||
restic_download_url: "https://github.com/restic/restic/releases/download/v{{ restic_version }}/restic_{{ restic_version }}_{{ restic_system }}_{{ restic_architecture }}.bz2"
|
||||
|
||||
restic_repository: "{{ restic_s3_url }}/{{ inventory_hostname }}"
|
||||
restic_repository: "{{ restic_s3_url }}/{{ ansible_host }}"
|
||||
|
Reference in New Issue
Block a user