From 407b06c67819759feb40a68a20d9f4d16eac1c18 Mon Sep 17 00:00:00 2001 From: Jim Van Fleet Date: Tue, 6 Sep 2016 15:57:01 -0400 Subject: [PATCH] The post-processor is working as far as AWS access goes --- shibboleth-appliance-aws.json | 29 ----------------------------- 1 file changed, 29 deletions(-) delete mode 100644 shibboleth-appliance-aws.json diff --git a/shibboleth-appliance-aws.json b/shibboleth-appliance-aws.json deleted file mode 100644 index 8851f07..0000000 --- a/shibboleth-appliance-aws.json +++ /dev/null @@ -1,29 +0,0 @@ -{ - "min_packer_version": "0.8.6", - "description": "Shibboleth appliance ", - "variables": { - "region": "us-west-1", - "timestamper": "{{timestamp}}" - }, - "provisioners": [ - { - "type": "ansible", - "playbook_file": "ansible-playbooks/shibboleth-appliance-vbox.yml", - "sftp_command": "/usr/libexec/sftp-server -e", - "ansible_env_vars": [ "ANSIBLE_HOST_KEY_CHECKING=False" ], - "user": "centos" - } - ], - "builders": [ - { - "type": "amazon-ebs", - "access_key": "AKIAJGTQSCEQTDCIUU6A", - "secret_key": "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", - "region": "us-west-1", - "source_ami": "ami-af4333cf", - "instance_type": "t2.large", - "ssh_username": "centos", - "ami_name": "shibboleth-idp {{timestamp}}" - } - ] -}