forked from Netz39_Admin/netz39-infra-ansible
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
|
||||
|
||||
vars:
|
||||
- server_admin: "admin@netz39.de"
|
||||
- admin_users: [tux, alex]
|
||||
- ag_timezone: Europe/Berlin
|
||||
server_admin: "admin@netz39.de"
|
||||
admin_users: [tux, alex]
|
||||
|
||||
ag_timezone: Europe/Berlin
|
||||
|
||||
docker_compose_version: "1.25.4"
|
||||
docker_compose_path: /usr/local/bin/docker-compose
|
||||
|
||||
roles:
|
||||
- role: ansible.timezone
|
||||
|
@ -35,5 +39,8 @@
|
|||
- name: Setup users
|
||||
include_tasks: tasks/users.yml
|
||||
|
||||
- name: Setup Docker
|
||||
include_tasks: tasks/docker.yml
|
||||
|
||||
- name: Setup httpd
|
||||
include_tasks: tasks/httpd.yml
|
||||
|
|
Loading…
Reference in a new issue