From 8f4a2feff4a039c8b2e84421aae571190a9d89eb Mon Sep 17 00:00:00 2001 From: Nate Coraor Date: Thu, 30 May 2024 13:12:16 -0400 Subject: [PATCH] Update README for v2 --- README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index cd901c26..590e95e8 100644 --- a/README.md +++ b/README.md @@ -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 +% 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.