Skip to content

momou28/invenio-1

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

invenio

Ansible Playbook to install Invenio

Playbook to install Invenio, based on the instructions here at TIND

Dependencies:

  • Ansible
  • User ansible with sudo

Creating a password for your db user

User creation requires that you use root for mysql, the very least you can do is to encrypt it or better yet, to use vault

To encrypt using Python crypt

import crypt
crypt.crypt('mysqlrootpass', '$6$MySQLInv3ni0$')

Running the playbook

This step is quite simple: cd invenio; ansible-playbook -i playbook/inventory playbook/playbook.yml

About

Ansible Playbook to install Invenio

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages