quarkslab / irma-ansible-old

IRMA ansible
24 stars 10 forks source link

Change Stouts.mongodb version to 2.2.4 #142

Closed axcheron closed 8 years ago

axcheron commented 8 years ago

The current version of Stouts.mongodb (2.1.11) fail during provisioning.

TASK [Stouts.mongodb : Install MongoDB package] ******************************** fatal: [brain.irma]: FAILED! => {"changed": false, "failed": true, "msg": "No package matching 'mongodb-org' is available"}

Problem fixed by using the last version (2.2.4).

axcheron commented 8 years ago

I tried again this morning. Provisioning passed successfully with Stouts.mongodb (2.1.11). No explanation :/

guillaumededrie commented 8 years ago

Hi @axcheron, We are very close to remove MongoDB (in favor of JsonB from PostgreSQL) from the whole IRMA project! \o/

See: https://github.com/quarkslab/irma-ansible/pull/144 and https://github.com/quarkslab/irma-frontend/pull/126, two PR merged into testing.

Regards