Skip to content

Commit

Permalink
Update documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
jtpio committed Nov 15, 2023
1 parent 0a76972 commit 186673a
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions docs/install/ansible.md
Original file line number Diff line number Diff line change
Expand Up @@ -268,6 +268,21 @@ tagged as `v0.1`:
tljh_plasma: git+https://github.com/plasmabio/[email protected]#"egg=tljh-plasma&subdirectory=tljh-plasma"
```

## Using a specific version of `repo2docker`

`repo2docker` is used to build the user environments from the Git repositories.

By default the Ansible playbooks use a pinned version of the `jupyterhub/repo2docker`, which is defined in the
`ansible/vars/default.yml` file.

Like other Ansible variables, it is possible to use a different version of `repo2docker` by overriding the variable
via the command line:

```bash
# use an older version of the repo2docker image
ansible-playbook tljh.yml -i hosts -u ubuntu -e "repo2docker_docker_tag=2022.10.0-232.g0ea6f7d"
```

## List of available playbooks

The Ansible playbooks are located in the `ansible/` directory:
Expand Down

0 comments on commit 186673a

Please sign in to comment.