Call docker tasks

This commit is contained in:
Stefan Haun 2020-11-24 19:31:27 +01:00
parent fb0f058103
commit 3d89bf119e

View file

@ -3,9 +3,13 @@
become: true become: true
vars: vars:
- server_admin: "admin@netz39.de" server_admin: "admin@netz39.de"
- admin_users: [tux, alex] admin_users: [tux, alex]
- ag_timezone: Europe/Berlin
ag_timezone: Europe/Berlin
docker_compose_version: "1.25.4"
docker_compose_path: /usr/local/bin/docker-compose
roles: roles:
- role: ansible.timezone - role: ansible.timezone
@ -35,5 +39,8 @@
- name: Setup users - name: Setup users
include_tasks: tasks/users.yml include_tasks: tasks/users.yml
- name: Setup Docker
include_tasks: tasks/docker.yml
- name: Setup httpd - name: Setup httpd
include_tasks: tasks/httpd.yml include_tasks: tasks/httpd.yml