forked from Netz39_Admin/netz39-infra-ansible
Add basic playbook for pottwal
This commit is contained in:
parent
1de9984497
commit
b2e6399402
1 changed files with 14 additions and 0 deletions
14
pottwal.yml
Normal file
14
pottwal.yml
Normal 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:
|
Loading…
Reference in a new issue