Merge branch 'pottwal'

This commit is contained in:
Stefan Haun 2020-12-11 18:41:36 +01:00
commit b354887dba
3 changed files with 19 additions and 0 deletions

View file

@ -60,3 +60,6 @@ all:
3661663132343639310a613431653031626434323064313465373866666332353931313836623465 3661663132343639310a613431653031626434323064313465373866666332353931313836623465
3461 3461
pottwal.n39.eu:
server_admin: "admin+pottwal@netz39.de"

View file

@ -36,3 +36,6 @@
- name: Tau specific setup - name: Tau specific setup
import_playbook: tau.yml import_playbook: tau.yml
- name: Pottwal specific setup
import_playbook: pottwal.yml

13
pottwal.yml Normal file
View file

@ -0,0 +1,13 @@
- hosts: pottwal.n39.eu
become: true
vars:
ansible_python_interpreter: /usr/bin/python3
roles:
- role: docker
vars:
docker_data_root: "/srv/docker"
- role: apache
tasks: