]> git.arvados.org - arvados.git/blob - tools/ansible/requirements.txt
23044: Add integration test for ContainerWebServices.
[arvados.git] / tools / ansible / requirements.txt
1 # Copyright (C) The Arvados Authors. All rights reserved.
2 #
3 # SPDX-License-Identifier: Apache-2.0
4 #
5 # This file documents the Python modules required to run Arvados playbooks.
6 # If you're doing something advanced, you can use this as a constraints file
7 # to install only the components you want and still get the right versions.
8 # For example, if you only want Ansible and no extras:
9 #
10 #      pip install -c requirements.txt ansible-core
11
12 ansible-core ~= 2.15.13
13 docker ~= 7.0
14
15 # It's not required for any playbook, but if you want to automate creating or
16 # editing Arvados config.yml files, yq is our go-to tool.
17 yq ~= 3.4