Skip to content
Snippets Groups Projects
Commit 3dc27fa1 authored by shirenn's avatar shirenn 🌊
Browse files

[framadate] Creation de la base de données mysql

parent 3c05a643
No related branches found
No related tags found
1 merge request!19Framadate
......@@ -82,3 +82,15 @@
dest: /etc/update-motd.d/05-framadate
mode: 0755
- name: Create the database
mysql_db:
name: bobdata
state: present
- name: Grant access right to framadate
mysql_user:
name: framadate
password: "{{ db_password }}"
priv: 'framadate.*:ALL'
state: present
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment