Skip to content

Commit

Permalink
Update README for v2
Browse files Browse the repository at this point in the history
  • Loading branch information
natefoo committed May 30, 2024
1 parent 1f5be5b commit 8f4a2fe
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,16 +3,16 @@
Ansible playbook for managing Galaxy infrastructure. For the playbook managing Galaxy itself, see
[galaxyproject/usegalaxy-playbook](https://github.com/galaxyproject/usegalaxy-playbook/).

Be sure to clone recursively, this repo uses submodules for Galaxy's generalized trivial roles in
[ansible-common-roles](https://github.com/galaxyproject/ansible-common-roles/).

## To run

Set up `pass` and get the `ansible-env` function as documented on the [usegalaxy-playbook
Set up `pass` as documented on the [usegalaxy-playbook
wiki](https://github.com/galaxyproject/usegalaxy-playbook/wiki/Getting-Set-Up-At-TACC), then:

```shell
% ansible-galaxy role install -p roles -r requirements.yml
% ansible-galaxy collection install -p collections -r requirements.yml
% ansible-env <env> <playbook>
% ansible-playbook -i inventory/some-file.yaml playbook-example.yaml ...
```

Some common operations (such as updating Tool Sheds and their configs) are provided as make targets, see the
[Makefile](Makefile) for details.

0 comments on commit 8f4a2fe

Please sign in to comment.