Skip to content

vivo-community/vivo-ansible-playbook

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

vivo-ansible-playbook

Install VIVO 1.12.x and its system requirements on a (local/remote/virtual) machine using Ansible.
The included Ansible playbook

Why Ansible?

Ansible is a DevOps tool for automating tasks like provisioning, configuration management, and application deployment. The tasks are provided as infrastructure as code, so they are testable, version controlled and can be integrated into a CI pipeline.

A simple use case for using Ansible for installing VIVO would be a set-up with multiple environments like development, testing, production or for service providers having multiple machines for different clients. While syncing all machines manually would be quite laborsome, Ansible could save you time by automating it.

Dependencies

The playbook uses the Ansible roles listed in provisioning/requirements.yml. Each role can be configured within the playbook using the role's defaults and variables below the role name. To learn about each role's specific variables and defaults, please see their respective GitHub page:

Additional hints on how to configure vivo_community.vivo can be found in the wiki:

Testing

Before executing the playbook on your machine, you can configure the playbook variables and do a test run using the provided Vagrantfile to provision the playbook to a virtual machine or docker first. In the wiki are some instructions to get a test environment on your local machine going.

Disclaimer

This Ansible playbook and the accompanying Vagrant setup are intended for development and experimentation only:
the setup and security of your servers is ultimately YOUR responsibility.

About

Install VIVO 1.12.x and its system requirements on a machine using Ansible

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published