Could you please provide the full log.

On Mon, May 6, 2019, 06:11 MD. Ashfaqur Rahman Tahashin <
[email protected]> wrote:

> {
> "variables":
> {
> "aws_access_key": "",
> "aws_secret_key": "",
> "revision": "0",
> "ansible_host":""
> },
> "builders":[{
> "type": "amazon-ebs",
> "access_key": "{{user `aws_access_key`}}",
> "secret_key": "{{user `aws_secret_key`}}",
> "region": "us-east-2",
> "instance_type": "t2.micro",
> "source_ami": "ami-09e1c6dd3bd60cf2e",
> "source_ami_filter": {
> "filters": {
> "virtualization-type": "hvm",
> "name": "ubuntu/images/hvm-ssd/ubuntu-bionic-18.04-amd64-server-*",
> "root-device-type": "ebs"
> }},
> "ssh_username": "ubuntu",
> "ami_name":"honebackend {{ isotime | clean_ami_name }}"
> }],
> "provisioners":[
> {
> "type":"shell",
> "script":"scripts/ssh_agent.sh"
> },
> {
> "type":"ansible",
> "playbook_file":".././ansible/nodejs.yml",
> "extra_arguments": [ "-vvv --extra-vars 'ansible_host={{user `host`}}
> ansible_python_interpreter=/usr/bin/python3'"]
> }
> ]
> }
>
> --
> This mailing list is governed under the HashiCorp Community Guidelines -
> https://www.hashicorp.com/community-guidelines.html. Behavior in
> violation of those guidelines may result in your removal from this mailing
> list.
>
> GitHub Issues: https://github.com/mitchellh/packer/issues
> IRC: #packer-tool on Freenode
> ---
> You received this message because you are subscribed to the Google Groups
> "Packer" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to [email protected].
> To view this discussion on the web visit
> https://groups.google.com/d/msgid/packer-tool/6d34b694-8214-4b5e-8448-2a1bbf20b8d6%40googlegroups.com
> <https://groups.google.com/d/msgid/packer-tool/6d34b694-8214-4b5e-8448-2a1bbf20b8d6%40googlegroups.com?utm_medium=email&utm_source=footer>
> .
> For more options, visit https://groups.google.com/d/optout.
>

-- 
This mailing list is governed under the HashiCorp Community Guidelines - 
https://www.hashicorp.com/community-guidelines.html. Behavior in violation of 
those guidelines may result in your removal from this mailing list.

GitHub Issues: https://github.com/mitchellh/packer/issues
IRC: #packer-tool on Freenode
--- 
You received this message because you are subscribed to the Google Groups 
"Packer" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/packer-tool/CALz9Rt9SbXdfm_AvJxJfUcaUP2cQVYvx3x12A2cdQDz5spKniA%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to