projects
/
arvados-dev.git
/ blob
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
22489: Add Ansible playbooks to build Docker and test nodes
[arvados-dev.git]
/
ansible
/
roles
/
ci_ansible
/
defaults
/
main.yml
1
# Copyright (C) The Arvados Authors. All rights reserved.
2
#
3
# SPDX-License-Identifier: Apache-2.0
4
5
ci_ansible_venv_dir: /opt/ansible
6
ci_ansible_pip_pkgs:
7
- "ansible~=8.7"
8
- "yq~=3.4"