github.com/StackPointCloud/packer@v0.10.2-0.20180716202532-b28098e0f79b/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-8-jessie-v20161027",
    16          "zone": "us-central1-a",
    17          "ssh_username": "debian"
    18        }
    19      ]
    20  }