From b2e63994022ae8c181bf2f12abe5988c2645f4c4 Mon Sep 17 00:00:00 2001 From: Stefan Haun Date: Thu, 10 Dec 2020 22:15:09 +0100 Subject: [PATCH] Add basic playbook for pottwal --- pottwal.yml | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 pottwal.yml diff --git a/pottwal.yml b/pottwal.yml new file mode 100644 index 0000000..80f5c9a --- /dev/null +++ b/pottwal.yml @@ -0,0 +1,14 @@ +- hosts: pottwal.n39.eu + become: true + + vars: + ansible_python_interpreter: /usr/bin/python3 + + docker_compose_version: "1.25.4" + docker_compose_path: /usr/local/bin/docker-compose + + roles: + - role: docker + - role: apache + + tasks: