Skip to content

Commit

Permalink
Add warning in two places
Browse files Browse the repository at this point in the history
  • Loading branch information
hexylena committed Jul 22, 2022
1 parent 01511db commit be02a57
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions topics/admin/tutorials/ansible-galaxy/tutorial.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,10 @@ requirements:
title: "A VM with at least 2 vCPUs and 4 GB RAM, preferably running Ubuntu 18.04 - 20.04."
---

> ### {% icon warning %} Warning: 22.05 not yet released
> We updated the tutorials ahead of GCC, preparing for the GCC Galaxy Admin Training. However, 22.05 is not yet released and we still have some bugs in the roles to work our, so, until that time we recommend you follow the [GTN Training Archive](https://training.galaxyproject.org/archive/2022-05-01/topics/admin/tutorials/ansible-galaxy/tutorial.html) materials for this tutorial (and all others in this series.)
{: .warning}

This tutorial assumes you have some familiarity with [Ansible](https://www.ansible.com/resources/get-started) and are comfortable with writing and running playbooks. Here we'll see how to install a Galaxy server using an Ansible playbook. The Galaxy Project has decided on Ansible for all of its deployment recipes. For our project, Ansible is even more fitting due to its name:

> An ansible is a category of fictional device or technology capable of instantaneous or faster-than-light communication. It can send and receive messages to and from a corresponding device over any distance or obstacle whatsoever with no delay, even between star systems (Source: [Wikipedia](https://en.wikipedia.org/wiki/Ansible))
Expand Down Expand Up @@ -251,6 +255,10 @@ To proceed from here it is expected that:
{: .comment}


> ### {% icon warning %} Warning: 22.05 not yet released
> We updated the tutorials ahead of GCC, preparing for the GCC Galaxy Admin Training. However, 22.05 is not yet released and we still have some bugs in the roles to work our, so, until that time we recommend you follow the [GTN Training Archive](https://training.galaxyproject.org/archive/2022-05-01/topics/admin/tutorials/ansible-galaxy/tutorial.html) materials for this tutorial (and all others in this series.)
{: .warning}

## Requirements

We have codified all of the dependencies you will need into a YAML file that `ansible-galaxy` can install.
Expand Down

0 comments on commit be02a57

Please sign in to comment.