github.com/amanya/packer@v0.12.1-0.20161117214323-902ac5ab2eb6/test/fixtures/provisioner-ansible/minimal.json (about) 1 { 2 "variables": {}, 3 "provisioners": [ 4 { 5 "type": "ansible", 6 "playbook_file": "./playbook.yml" 7 } 8 ], 9 "builders": [ 10 { 11 "type": "googlecompute", 12 "account_file": "{{user `account_file`}}", 13 "project_id": "{{user `project_id`}}", 14 "image_name": "packerbats-minimal-{{timestamp}}", 15 "source_image": "debian-7-wheezy-v20141108", 16 "zone": "us-central1-a" 17 } 18 ] 19 }