File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 33Ansible playbook for managing Galaxy infrastructure. For the playbook managing Galaxy itself, see
44[ galaxyproject/usegalaxy-playbook] ( https://github.com/galaxyproject/usegalaxy-playbook/ ) .
55
6- Be sure to clone recursively, this repo uses submodules for Galaxy's generalized trivial roles in
7- [ ansible-common-roles] ( https://github.com/galaxyproject/ansible-common-roles/ ) .
8-
96## To run
107
11- Set up ` pass ` and get the ` ansible-env ` function as documented on the [ usegalaxy-playbook
8+ Set up ` pass ` as documented on the [ usegalaxy-playbook
129wiki] ( https://github.com/galaxyproject/usegalaxy-playbook/wiki/Getting-Set-Up-At-TACC ) , then:
1310
1411``` shell
1512% ansible-galaxy role install -p roles -r requirements.yml
1613% ansible-galaxy collection install -p collections -r requirements.yml
17- % ansible-env < env > < playbook>
14+ % ansible-playbook -i inventory/some-file.yaml playbook-example.yaml ...
1815```
16+
17+ Some common operations (such as updating Tool Sheds and their configs) are provided as make targets, see the
18+ [ Makefile] ( Makefile ) for details.
You can’t perform that action at this time.
0 commit comments