mirror of
https://github.com/ansible-collections/community.mysql.git
synced 2025-07-30 08:31:29 -07:00
Prepare controller with Podman/Docker Network
We use the Podman/Docker network gateway address to communicate between container. I haven't tested Docker. I would have preferred to use a pod but only Podman support it and ansible-test only support the --docker-network option.
This commit is contained in:
parent
06666690eb
commit
b72ca0d214
53 changed files with 206 additions and 362 deletions
|
@ -10,18 +10,8 @@
|
|||
tags:
|
||||
- setup_mysql
|
||||
|
||||
# - import_tasks: setvars.yml
|
||||
# tags:
|
||||
# - setup_mysql
|
||||
# - import_tasks: dir.yml
|
||||
# tags:
|
||||
# - setup_mysql
|
||||
# - import_tasks: install.yml
|
||||
# tags:
|
||||
# - setup_mysql
|
||||
# - import_tasks: config.yml
|
||||
# tags:
|
||||
# - setup_mysql
|
||||
# - import_tasks: verify.yml
|
||||
# tags:
|
||||
# - setup_mysql
|
||||
- name: Set variables
|
||||
ansible.builtin.import_tasks:
|
||||
file: setvars.yml
|
||||
tags:
|
||||
- setup_mysql
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue