From Yinlin Chen, Software Engineer, Digital Library Development, University Libraries, Virginia Tech
Blacksburg, VA Ansible helps build a strong foundation for DevOps with a simple, powerful IT automation engine that accelerates DevOps initiatives. Fedora 4 Ansible https://github.com/VTUL/fcrepo
This project is written in Ansible and can be used to install Fedora 4 any version in various environments.
Usage:
git clone https://github.com/VTUL/
To install to a VirtualBox VM:
cd /path/to/fcrepo4-ansible
vagrant up
To install to AWS:
cd /path/to/fcrepo4-ansible
vagrant up –provider aws
To a bare metal server with the IP address using Ansible:
cd /path/to/fcrepo4-ansible/ansib
ansible-playbook –limit [ip address] site.yml -b
The current features support Fedora 4 leveldb and Fedora 4 with Postgres database. The detailed description of this project is in the README[4]
Any feedback and comments are welcome.
[1] https://github.com/VTUL/fcrepo
[2] https://github.com/VTUL/Instal
[3] https://wiki.duraspace.org/dow
[4] https://github.com/VTUL/fcrepo