Files
ansible-role-refstack-client/defaults/main.yaml
Martin Kopec b2bd953ec2 Comply with ansible lint
Adds openstack-tox-linters job and edits the source code
so that it complies with the ansible and yaml lint.
Also creates requirements files, setup.* files and tox.ini
one according the other ansible-role-* projects.

Change-Id: If538c081a9f0f462714381baab002de5b403fde0
2020-10-15 13:58:05 +00:00

14 lines
448 B
YAML

---
server: "https://refstack.openstack.org/api"
refstack_client_source: "~/.refstack-client"
upload_results: true
download_artifacts: true
url_cirros_image: "http://download.cirros-cloud.net/0.4.0/cirros-0.4.0-x86_64-disk.img"
# Local directory where the files will be stored
dest_dir: "{{ lookup('env', 'PWD') }}"
# the latest guideline by default
guideline: "2020.06"
# default refstack version used is the HEAD
refstack_client_version: "HEAD"