Add setup for phpmyadmin to main.yml

This commit is contained in:
Stefan Haun 2020-11-24 22:46:18 +01:00
parent 7846c1b100
commit 4a9529d38c

View file

@ -11,6 +11,14 @@
docker_compose_version: "1.25.4"
docker_compose_path: /usr/local/bin/docker-compose
mysql_root_pw: !vault |
$ANSIBLE_VAULT;1.1;AES256
64313138383833643866383332623265383863623332343864306537633931326139303638303761
6464653933613663643632383935376164393033363233330a313063613832396166666464666136
36633532393231663634663034666666356332373438646130643161383134653739663066626538
3661663132343639310a613431653031626434323064313465373866666332353931313836623465
3461
roles:
- role: ansible.timezone
@ -39,8 +47,11 @@
- name: Setup users
include_tasks: tasks/users.yml
- name: Setup Docker
- name: Install Docker
include_tasks: tasks/docker_install.yml
- name: Setup Docker Containers
include_tasks: tasks/docker_setup.yml
- name: Setup httpd
include_tasks: tasks/httpd.yml