# To create base images run
packer build \
--force \
-var-file "debian/12/base_cloud/base.pkrvars.hcl" \
-var "packer_ansible_playbook_command=/home/nikos/.virtualenvs/modulus_p311_a216/bin/ansible-playbook" \
.
packer build \
--force \
-var-file "debian/11/base_cloud/base.pkrvars.hcl" \
-var "packer_ansible_playbook_command=/home/nikos/.virtualenvs/modulus_p311_a216/bin/ansible-playbook" \
.
packer build \
--force \
-var-file "debian/10/base_cloud/base.pkrvars.hcl" \
-var "packer_ansible_playbook_command=/home/nikos/.virtualenvs/modulus_p311_a216/bin/ansible-playbook" \
.
-
Notifications
You must be signed in to change notification settings - Fork 0
nickpyrgio/packer-ansible
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
About
This project aims to help creating vagrant boxes with ansible and packer.