From 45df8b595de8f564355a12bcd7e2a6b7ea8dbffb Mon Sep 17 00:00:00 2001 From: Jim Van Fleet Date: Thu, 19 Jan 2017 15:18:16 -0500 Subject: [PATCH] Delete shibboleth-appliance-aws.json --- 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}}" - } - ] -}