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

fixes for apt weird behaviour?

Former-commit-id: b7649808
parent 97608631
No related branches found
No related tags found
No related merge requests found
......@@ -45,8 +45,8 @@
gather_facts: True
roles:
- { role: upgrade, tags: [ upgrade ] }
- { role: make_filesystems, volumes: "{{ dbvolumes }}" }
- { role: mysql, mysql_type: mysql_server, mysql_root_password: "{{ sqlrootPasswd }}", mysql_user_name: slurmdb, mysql_user_db_name: slurm_acct_db, mysql_user_hosts_group: "{{ groups['ManagementNodes'] }}", mysql_user_password: "{{ slurmdb_passwd }}", tags: [ database ] }
- { role: make_filesystems, volumes: "{{ dbvolumes }}" }
- { role: slurm-mysql-config, tags: [database,slurmdb] }
tags: [ sql ]
......
server_packages:
#- python
#- python-dev
#- libmariadbclient-dev
#- python-pip
#- libapache2-mod-wsgi
#- python-mysql.connector
- python
- python-dev
- libmariadbclient-dev
- python-pip
- libapache2-mod-wsgi
- python-mysql.connector
- mariadb-server
#- python-mysqldb
- python-mysqldb
client_packages:
- python
......
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