summaryrefslogtreecommitdiff
path: root/roles/docker/alpine-registry.yml
diff options
context:
space:
mode:
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