Skip to content

Instantly share code, notes, and snippets.

@minskmaz
Created November 2, 2015 18:34
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save minskmaz/fef4189ac68e84316b61 to your computer and use it in GitHub Desktop.
Save minskmaz/fef4189ac68e84316b61 to your computer and use it in GitHub Desktop.
{
"builders":[{
"type": "docker",
"image": "77fa34a8068f",
"pull": false,
"export_path": "image.tar"
}],
"provisioners":[
{
"type": "ansible-local",
"staging_directory": ".",
"playbook_file": "configuration/playbooks/playbook.yml",
"extra_arguments": ["-vvv"],
"playbook_dir": "configuration/playbooks"
}
],
"post-processors": [
{
"type": "docker-import",
"repository": "minskmaz/anvil_env",
"tag": "latest"
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment