-
Notifications
You must be signed in to change notification settings - Fork 145
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Object diff variable verifyssl and some fixes #374
Object diff variable verifyssl and some fixes #374
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
Looks like there are some conflicts that need to be fixed. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
…ariable_verifyssl Object diff variable verifyssl and some fixes
What does this PR do?
1.- Add verify_ssl as a variable in object_diff role
2.- Remove auth info in the filetree_read role because this role itself will not connect to controller/tower
3.- Add auth example variables in playbooks which use filetree_read and dispatch roles.
4.- Fixes in some templates of filetree_create role
How should this be tested?
Launch test playbooks for filetree_create, filetree_read and object_diff roles.
Is there a relevant Issue open for this?
N/A
Other Relevant info, PRs, etc