summaryrefslogtreecommitdiff
path: root/roles/healthchecks
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/healthchecks
parentb0db16cd6cfbe31f4a420e960f50eef0ebe40f60 (diff)
downloadplaybooks-a85aae7b04e7ae3d1e826cbb4217c5f2ca61fde8.tar.gz
playbooks-a85aae7b04e7ae3d1e826cbb4217c5f2ca61fde8.tar.bz2
playbooks-a85aae7b04e7ae3d1e826cbb4217c5f2ca61fde8.zip
roles: Bootstrap more containers
Diffstat (limited to 'roles/healthchecks')
-rw-r--r--roles/healthchecks/main.yml8
1 files changed, 8 insertions, 0 deletions
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