Permalink
Cannot retrieve contributors at this time
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?
ansible_api/python/cloudforms.ini
Go to fileThis commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
19 lines (13 sloc)
427 Bytes
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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 |