Add basic playbook for pottwal

This commit is contained in:
Stefan Haun 2020-12-10 22:15:09 +01:00
parent 1de9984497
commit b2e6399402

14
pottwal.yml Normal file
View file

@ -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: