github.com/StackPointCloud/packer@v0.10.2-0.20180716202532-b28098e0f79b/test/fixtures/provisioner-ansible/sftp.json (about) 1 { 2 "variables": {}, 3 "provisioners": [ 4 { 5 "type": "ansible", 6 "playbook_file": "./playbook.yml", 7 "sftp_command": "/usr/lib/sftp-server -e -l INFO", 8 "use_sftp": true 9 } 10 ], 11 "builders": [ 12 { 13 "type": "googlecompute", 14 "account_file": "{{user `account_file`}}", 15 "project_id": "{{user `project_id`}}", 16 "image_name": "packerbats-sftp-{{timestamp}}", 17 "source_image": "debian-8-jessie-v20161027", 18 "zone": "us-central1-a", 19 "ssh_username": "debian" 20 } 21 ] 22 }