Skip to content

Commit 8f4a2fe

Browse files
committed
Update README for v2
1 parent 1f5be5b commit 8f4a2fe

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,16 +3,16 @@
33
Ansible 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
129
wiki](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.

0 commit comments

Comments
 (0)