init
This commit is contained in:
11
ansible/playbooks/proxmox/lxc/download_template.yml
Normal file
11
ansible/playbooks/proxmox/lxc/download_template.yml
Normal file
@@ -0,0 +1,11 @@
|
||||
---
|
||||
- name: download lxc template
|
||||
hosts:
|
||||
- dev-kyiv01-psy-proxmox-main-01
|
||||
become: true
|
||||
roles:
|
||||
- role: proxmox/lxc/download_template
|
||||
vars:
|
||||
lxc_template_name: "debian-12-standard_12.12-1_amd64.tar.zst"
|
||||
|
||||
# ansible-playbook playbooks/proxmox/lxc/download_template.yml -i inventory.ini
|
||||
Reference in New Issue
Block a user