mirror of
https://github.com/ansible-collections/community.mysql.git
synced 2025-05-28 03:49:11 -07:00
Merge branch 'main' into lie_tests_using_containers
This commit is contained in:
commit
574fef5e50
10 changed files with 73 additions and 16 deletions
|
@ -4,3 +4,5 @@
|
|||
src: installed_file.j2
|
||||
dest: "{{ dbdeployer_installed_file }}"
|
||||
listen: create zookeeper installed file
|
||||
tags:
|
||||
- setup_mysql
|
||||
|
|
|
@ -4,12 +4,24 @@
|
|||
# and should not be used as examples of how to write Ansible roles #
|
||||
####################################################################
|
||||
|
||||
# - import_tasks: setvars.yml
|
||||
# - import_tasks: dir.yml
|
||||
# - import_tasks: install.yml
|
||||
# - import_tasks: config.yml
|
||||
# - import_tasks: verify.yml
|
||||
|
||||
- name: Prepare the controller python and MySQL connector
|
||||
ansible.builtin.import_tasks:
|
||||
file: prepare_controller.yml
|
||||
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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue