jpnewman / ansible-role-artifactory

Ansible Role Artifactory
MIT License
1 stars 6 forks source link

impossible to choose derby database instead of mysql #6

Open CedricLevasseur opened 6 years ago

CedricLevasseur commented 6 years ago

Hello It's unclear how to choose a derby installation first try :

second try

None of the two work. Thanks for your help

JPNewman-Wonga commented 6 years ago

Hi Cédric,

Your right, the README.md file is not clear both 'artifactory_database_object_derby' and 'artifactory_database_object_mysql' refer to the tables below.

I'll update this in the next release.

https://github.com/jpnewman/ansible-role-artifactory/tree/next_version

Currently by default it installs a MySQL database.

https://github.com/jpnewman/ansible-role-artifactory/blob/master/defaults/main.yml#L28-L35

However, this can be overwritten by placing the uncommented following lines in your host_vars, group_vars, etc..

https://github.com/jpnewman/ansible-role-artifactory/blob/master/defaults/main.yml#L16-L20

Hope this helps, John Paul.