init
This commit is contained in:
11
ansible/playbooks/packer/run.yml
Normal file
11
ansible/playbooks/packer/run.yml
Normal file
@@ -0,0 +1,11 @@
|
||||
---
|
||||
- name: run packer
|
||||
hosts:
|
||||
- dev-kyiv01-lxc-packer-main-01
|
||||
become: true
|
||||
roles:
|
||||
- role: packer/run
|
||||
vars:
|
||||
packer_config_dir: "/opt/packer/proxmox/debian13"
|
||||
|
||||
# ansible-playbook playbooks/packer/run.yml -i inventory.ini
|
||||
Reference in New Issue
Block a user