myrepos
roles/myrepos/README.md
Description
myrepos is an Ansible role used to
Recommended
Running Ansible in a virtual environment allows for a lot of testing flexibility.
Requirements
- Ansible
Variables
project_name/myrepos.yml
To install:
cd project_directory
cp roles/myrepos/files/example_playbook.yml myrepos.yml
# edit if required
nano myrepos.yml
project_name/site.yml
From the projects main directory run the following:
cp roles/myrepos/files/example_playbook.yml myrepos.yml
cat myrepos.yml
project/group_vars/all/project_defaults.yml
files/group_vars/all/example_defaults.yml
cp roles/myrepos/files/group_vars/all/example_defaults.yml group_vars/all/project_defaults.yml
cat group_vars/all/project_defaults.yml
Testing
Move into the role directory and run vagrant:
cd roles/myrepos
vagrant up
Authors and License
License: MIT
Open Science
The Neuro has adopted the principles of Open Science. We are inspired by the likes of the Allen Institute for Brain Science, the National Institutes of Health's Human Connectome project, and the Human Genome project. For additional information, please see Open Science at the Neuro.
- ansible-role-myrepos generated using galaxy-role-skeleton
Install
ansible-galaxy install csteel/ansible-role-myrepos
License
Unknown
Downloads
33
Owner