Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- ---
- - name: Prepare MySQL DB
- hosts: all
- remote_user: root
- - name: Ensure DB exists
- mysql_db:
- name: example
- state: present
- # login_user: root
- # login_password: ""
- collation: utf8mb4_0900_ai_ci
- # config_file: "/etc/mysql/my.cnf"
- config_file: ""
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement