Skip to content
Closed
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions Ansible/roles/marvin/tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,14 @@
- marvin
- marvin_cfg

- name: Install mysql-connector-python 8.0.30 for Debian/SUSE
Comment thread
weizhouapache marked this conversation as resolved.
Outdated
pip:
name: mysql-connector-python==8.0.30
when: mgmtsrv_template | lower is search("debian|suse")
Comment thread
weizhouapache marked this conversation as resolved.
Outdated
tags:
- marvin
- marvin_cfg

- name: retrieve environment data
env_db_manage: DBHOST={{ env_db_ip }} DBUSER={{ env_db_user }} DBPASS={{ env_db_password }} DBNAME={{ env_db_name }} ENV_UUID={{ env_uuid }} ENV_NAME={{ env_name_clean }} ENV_ZONETYPE={{ env_zonetype }} ENV_SECGROUPS={{ env_zone_secgroups }} ENV_ACTION=retrieve
tags:
Expand Down