masters_galaxy_ansible
Ansible playbooks for Galaxy servers used during Masters in Bioinformatics
Science Score: 36.0%
This score indicates how likely this project is to be science-related based on various indicators:
-
○CITATION.cff file
-
✓codemeta.json file
Found codemeta.json file -
✓.zenodo.json file
Found .zenodo.json file -
○DOI references
-
○Academic publication links
-
✓Committers with academic emails
1 of 2 committers (50.0%) from academic institutions -
○Institutional organization owner
-
○JOSS paper metadata
-
○Scientific vocabulary similarity
Low similarity (4.9%) to scientific vocabulary
Repository
Ansible playbooks for Galaxy servers used during Masters in Bioinformatics
Basic Info
- Host: GitHub
- Owner: pvanheus
- License: gpl-3.0
- Language: Jinja
- Default Branch: master
- Size: 63.5 KB
Statistics
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 0
- Releases: 0
Metadata Files
README.md
Ansible for Galaxy servers for Masters project
Installing Ansible roles
To install all the roles in requirements.yml do:
bash
ansible-galaxy install -p roles -r requirements.yml
Hashicorp vault
To get the vault token, ensure that vault is unsealed and on commander.sanbi.ac.za run:
bash
VAULT_TOKEN=SuperSecretRootTokenInBitwarden VAULT_ADDR=https://commander.sanbi.ac.za:8200 vault token create -policy deploy
To use the Vault:
bash
VAULT_TOKEN="blah" VAULT_ADDR="https://commander.sanbi.ac.za:8200" ansible-playbook -u ubuntu -i hosts galaxy.yml
The -i and -u might not be necessary if you have inventory and remote_user set in ansible.cfg.
Terraform configuration
The Terraform configuration dir contains Hashicorp Terraform configuration for
creating the Galaxy server on the SANBI OpenStack cloud. Before using it, as much as
possible of the infrastructure should be imported to the Terraform state file
with terraform import. See the README in the Terraform directory for more info.
GitHub Events
Total
Last Year
Committers
Last synced: over 1 year ago
Top Committers
| Name | Commits | |
|---|---|---|
| Peter van Heusden | p****h@s****a | 22 |
| pvanheus | p****h@w****a | 1 |
Committer Domains (Top 20 + Academic)
Issues and Pull Requests
Last synced: over 1 year ago
All Time
- Total issues: 0
- Total pull requests: 0
- Average time to close issues: N/A
- Average time to close pull requests: N/A
- Total issue authors: 0
- Total pull request authors: 0
- Average comments per issue: 0
- Average comments per pull request: 0
- Merged pull requests: 0
- Bot issues: 0
- Bot pull requests: 0
Past Year
- Issues: 0
- Pull requests: 0
- Average time to close issues: N/A
- Average time to close pull requests: N/A
- Issue authors: 0
- Pull request authors: 0
- Average comments per issue: 0
- Average comments per pull request: 0
- Merged pull requests: 0
- Bot issues: 0
- Bot pull requests: 0