Permalink
Cannot retrieve contributors at this time
# Ansible CloudForms external inventory script settings | |
# | |
[cloudforms] | |
# The version of CloudForms (this is not used yet) | |
version = 4.1 | |
# The hostname of the CloudForms server | |
hostname = #insert your hostname here | |
# Username for CloudForms | |
username = #insert your cloudforms user here | |
# Password for CloudForms user | |
password = #password | |
# Verify SSL certificates (I know you want to be secure, RIGHT?!) | |
ssl_verify = True |