Compare commits
No commits in common. "6dd2d19fc8666c57099bcba63bf5a0dcd8255913" and "1204c5e8a43a2b2a4f8bcc36e139ef50dfc61041" have entirely different histories.
6dd2d19fc8
...
1204c5e8a4
@ -2,23 +2,15 @@
|
||||
- name: Installation des paquets python-mysqldb mariadb-server
|
||||
apt:
|
||||
name:
|
||||
- python3-mysqldb
|
||||
- python-mysqldb
|
||||
- mariadb-server
|
||||
- python3-passlib
|
||||
state: present
|
||||
|
||||
- name: python3 par defaut
|
||||
alternatives:
|
||||
link: /usr/bin/python
|
||||
name: python
|
||||
path: /usr/bin/python3
|
||||
priority: 10
|
||||
|
||||
- name: Create mysql database
|
||||
mysql_db:
|
||||
name: "{{ maria_dbname }}"
|
||||
state: present
|
||||
login_unix_socket: /var/run/mysqld/mysqld.sock
|
||||
login_unix_socket: /var/run/mysqld_mysqld.sock
|
||||
|
||||
- name: Creation de l'utilisateur mysql avec tous les privileges
|
||||
mysql_user:
|
||||
|
Loading…
x
Reference in New Issue
Block a user