Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

This page describes how to install X on Y using Z (e.g. deployment host, GIT repository). It is aimed at (technical) people who want to achieve A in the context of B. This guide does not cover C. In case of questions, please contact technical@eduteams.org. (if this page describes only how to install ID Hub, this should be reflected in title.)

What do you need:

all you need is an ansible master VM (from where?), with installed:

...

To install Ansible, you can you pip:

sudo pip install ansible

How to prepare a new platform:

Ansible script are idempotent. You can use them into a new VM or into an existing platform (to update it or to change some parameters).

...