Call docker tasks
This commit is contained in:
parent
fb0f058103
commit
3d89bf119e
1 changed files with 10 additions and 3 deletions
13
main.yml
13
main.yml
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue