10 lines
191 B
YAML
10 lines
191 B
YAML
---
|
|
- name: install packer
|
|
hosts:
|
|
- dev-kyiv01-lxc-packer-main-01
|
|
become: true
|
|
roles:
|
|
- role: packer/install
|
|
|
|
# ansible-playbook playbooks/packer/install.yml -i inventory.ini
|