summaryrefslogtreecommitdiff
path: root/roles/docker/alpine-registry.yml
diff options
context:
space:
mode:
authorThedro Neely <thedroneely@gmail.com>2020-03-23 07:04:17 -0400
committerThedro Neely <thedroneely@gmail.com>2020-03-23 07:04:17 -0400
commita85aae7b04e7ae3d1e826cbb4217c5f2ca61fde8 (patch)
treebf1bf6088f6d07fb7ba77c048f5985df0f32c3f2 /roles/docker/alpine-registry.yml
parentb0db16cd6cfbe31f4a420e960f50eef0ebe40f60 (diff)
downloadplaybooks-a85aae7b04e7ae3d1e826cbb4217c5f2ca61fde8.tar.gz
playbooks-a85aae7b04e7ae3d1e826cbb4217c5f2ca61fde8.tar.bz2
playbooks-a85aae7b04e7ae3d1e826cbb4217c5f2ca61fde8.zip
roles: Bootstrap more containers
Diffstat (limited to 'roles/docker/alpine-registry.yml')
-rw-r--r--roles/docker/alpine-registry.yml10
1 files changed, 9 insertions, 1 deletions
diff --git a/roles/docker/alpine-registry.yml b/roles/docker/alpine-registry.yml
index 4c9c108..78091a8 100644
--- a/roles/docker/alpine-registry.yml
+++ b/roles/docker/alpine-registry.yml
@@ -1,6 +1,14 @@
---
+- name: Container Setup
+
+ vars:
+ lxc_base: ansible-alpine3.11
+ lxc_name: docker-registry
+
+ import_playbook: ../common/tasks/lxc.yml
+
- name: Install Docker Registry on Alpine LXC Container
- hosts: docker_alpine_lxc
+ hosts: docker_registry
vars_files:
- ../variables.yml