forked from Netz39_Admin/netz39-infra-ansible
Add setup for phpmyadmin to main.yml
This commit is contained in:
parent
7846c1b100
commit
4a9529d38c
1 changed files with 12 additions and 1 deletions
13
main.yml
13
main.yml
|
@ -11,6 +11,14 @@
|
||||||
docker_compose_version: "1.25.4"
|
docker_compose_version: "1.25.4"
|
||||||
docker_compose_path: /usr/local/bin/docker-compose
|
docker_compose_path: /usr/local/bin/docker-compose
|
||||||
|
|
||||||
|
mysql_root_pw: !vault |
|
||||||
|
$ANSIBLE_VAULT;1.1;AES256
|
||||||
|
64313138383833643866383332623265383863623332343864306537633931326139303638303761
|
||||||
|
6464653933613663643632383935376164393033363233330a313063613832396166666464666136
|
||||||
|
36633532393231663634663034666666356332373438646130643161383134653739663066626538
|
||||||
|
3661663132343639310a613431653031626434323064313465373866666332353931313836623465
|
||||||
|
3461
|
||||||
|
|
||||||
roles:
|
roles:
|
||||||
- role: ansible.timezone
|
- role: ansible.timezone
|
||||||
|
|
||||||
|
@ -39,8 +47,11 @@
|
||||||
- name: Setup users
|
- name: Setup users
|
||||||
include_tasks: tasks/users.yml
|
include_tasks: tasks/users.yml
|
||||||
|
|
||||||
- name: Setup Docker
|
- name: Install Docker
|
||||||
include_tasks: tasks/docker_install.yml
|
include_tasks: tasks/docker_install.yml
|
||||||
|
|
||||||
|
- name: Setup Docker Containers
|
||||||
|
include_tasks: tasks/docker_setup.yml
|
||||||
|
|
||||||
- name: Setup httpd
|
- name: Setup httpd
|
||||||
include_tasks: tasks/httpd.yml
|
include_tasks: tasks/httpd.yml
|
||||||
|
|
Loading…
Reference in a new issue