Skip to content

Instantly share code, notes, and snippets.

@evrardjp
Created May 21, 2019 13:11
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save evrardjp/c9c336a3dc46ad4d17d2db44aa6cd4d2 to your computer and use it in GitHub Desktop.
Save evrardjp/c9c336a3dc46ad4d17d2db44aa6cd4d2 to your computer and use it in GitHub Desktop.
- hosts: galera_all[0]
tasks:
- name: Create DB for service
mysql_db:
login_user: "{{ galera_root_user }}"
login_password: "{{ galera_root_password }}"
login_host: "{{ galera_address }}"
login_port: 3306
name: keystone
state: "present"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment