From a85aae7b04e7ae3d1e826cbb4217c5f2ca61fde8 Mon Sep 17 00:00:00 2001 From: Thedro Neely Date: Mon, 23 Mar 2020 07:04:17 -0400 Subject: roles: Bootstrap more containers --- roles/healthchecks/main.yml | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'roles/healthchecks') diff --git a/roles/healthchecks/main.yml b/roles/healthchecks/main.yml index 1b8dc27..03e8a7d 100644 --- a/roles/healthchecks/main.yml +++ b/roles/healthchecks/main.yml @@ -1,4 +1,12 @@ --- +- name: Container Setup + + vars: + lxc_base: ansible-alpine3.11 + lxc_name: healthchecks + + import_playbook: ../common/tasks/lxc.yml + - name: Install Health Checks hosts: healthchecks -- cgit v1.2.3