ansible/test/legacy/roles/one_image_facts/defaults/main.yml
Milan Ilic 5b703a2a53 Add OpenNebula one_image_facts module (#38169)
* Add OpenNebula one_image_facts module

`one_image_facts` - module for gathering facts about OpenNebula images
Add integration tests

* Add an alias for ids
2018-04-04 22:53:31 +02:00

9 lines
391 B
YAML

---
# This is a role for running integration test of the one_image_facts module.
# For this role to be used you need to meet the following prerequisites:
# 1. Environment variables ONE_URL, ONE_USERNAME and ONE_PASSWORD
# need to be set.
# 2. Image needs to exist.
# 3. Play vars need to be set bellow to reflect the image IDs, image names, etc.
one_image_name: 'one_image_test'