Skip to content
Snippets Groups Projects
Commit 128914c6 authored by Jafar Lie's avatar Jafar Lie
Browse files

rejigged mysql install procedure

Former-commit-id: 2a896a3f
parent bf8191f7
No related branches found
No related tags found
No related merge requests found
......@@ -4,7 +4,7 @@
update_cache: yes
become: true
- name: "Installing MySQL Debian"
- name: "Installing MySQL for Ubuntu"
apt: name="{{ server_packages }}" update_cache=yes state=present
become: true
......
server_packages:
- python
- python-dev
- libmariadbclient-dev
- libmysqlclient-dev
- python-pip
- libapache2-mod-wsgi
- python-mysql.connector
- mariadb-server
- mysql-server
- python-mysqldb
client_packages:
- python
- mariadb-client
sqlServiceName: "mariadb"
sqlServiceName: "mysqld"
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