netz39-infra-ansible/pottwal.yml

14 lines
205 B
YAML
Raw Normal View History

2020-12-10 22:15:09 +01:00
- hosts: pottwal.n39.eu
become: true
vars:
ansible_python_interpreter: /usr/bin/python3
roles:
2020-12-12 14:09:05 +01:00
- role: docker_setup
vars:
docker_data_root: "/srv/docker"
2020-12-10 22:15:09 +01:00
- role: apache
tasks: