mirror of https://github.com/ansible/ansible.git
You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
34 lines
798 B
INI
34 lines
798 B
INI
8 years ago
|
[cloudforms]
|
||
|
|
||
|
# the version of CloudForms ; currently not used, but tested with
|
||
|
version = 4.1
|
||
|
|
||
|
# This should be the hostname of the CloudForms server
|
||
|
url = https://cfme.example.com
|
||
|
|
||
|
# This will more than likely need to be a local CloudForms username
|
||
|
username = <set your username here>
|
||
|
|
||
|
# The password for said username
|
||
|
password = <set your password here>
|
||
|
|
||
|
# True = verify SSL certificate / False = trust anything
|
||
|
ssl_verify = True
|
||
|
|
||
|
# limit the number of vms returned per request
|
||
|
limit = 100
|
||
|
|
||
|
# purge the CloudForms actions from hosts
|
||
|
purge_actions = True
|
||
|
|
||
|
# Clean up group names (from tags and other groupings so Ansible doesn't complain)
|
||
|
clean_group_keys = True
|
||
|
|
||
|
# Explode tags into nested groups / subgroups
|
||
|
nest_tags = False
|
||
|
|
||
|
[cache]
|
||
|
|
||
|
# Maximum time to trust the cache in seconds
|
||
|
max_age = 600
|