mirror of
https://codeberg.org/scottslowe/learning-tools.git
synced 2026-03-11 09:04:37 +00:00
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>
6 lines
94 B
YAML
6 lines
94 B
YAML
---
|
|
- hosts: "all"
|
|
become: true
|
|
remote_user: "ubuntu"
|
|
roles:
|
|
- role: docker-ce-edge
|