infra/roles/tester/defaults/main.yml

17 lines
268 B
YAML
Raw Normal View History

2019-07-17 13:07:49 +03:00
---
# defaults file for tester
tester_required_vars:
- tester_cve_repo
tester_packages:
- pytest
2019-07-17 13:07:49 +03:00
- python-module-pytest
- python-module-pytest-bdd
- python-module-paramiko
- git
- curl
- gcc
2019-07-17 13:07:49 +03:00
tester_username: abuser
tester_username_sudo: abuser_sudo