scottslowe-learning-tools/packer/aws-ami-ansible/provision.yml
Scott Lowe e47be03d9c
Add files for building AMI with Packer
Add Packer build template, variables file, Ansible role and playbook, and instructions for how to use them to build a Docker CE-provisioned custom AMI on AWS.

Signed-off-by: Scott Lowe <scott.lowe@scottlowe.org>
2017-06-02 10:00:59 -06:00

6 lines
94 B
YAML

---
- hosts: "all"
become: true
remote_user: "ubuntu"
roles:
- role: docker-ce-edge