github.com/amanya/packer@v0.12.1-0.20161117214323-902ac5ab2eb6/test/fixtures/provisioner-ansible/scp.json (about)

     1  {
     2      "variables": {},
     3      "provisioners": [
     4        {
     5          "type":  "ansible",
     6          "playbook_file": "./playbook.yml",
     7          "extra_arguments": [
     8            "-vvvv"
     9          ],
    10          "sftp_command": "/usr/bin/false"
    11        }
    12      ],
    13      "builders": [
    14        {
    15          "type": "googlecompute",
    16          "account_file": "{{user `account_file`}}",
    17          "project_id": "{{user `project_id`}}",
    18          "image_name": "packerbats-scp-{{timestamp}}",
    19          "source_image": "debian-7-wheezy-v20141108",
    20          "zone": "us-central1-a"
    21        }
    22      ]
    23  }