💻 Тестовое для ТрейдСофт
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
test-tradesoft/roles/mysql/tasks/prepare_build.yml

13 lines
263 B

- name: set container cfg
set_fact:
container_logs_mount: /var/lib/mysql/mysql-bin
container_role_config:
env:
MYSQL_ROOT_PASSWORD: "{{ mysql_root_password }}"
- name: create mysql dir
file:
path: /opt/mariadb
state: directory