Skip to content
Permalink
master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Go to file
 
 
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