-
Notifications
You must be signed in to change notification settings - Fork 372
Conversation
Only comment I have is that the README should probably mention that this role should be deployed on a system that is not part of the OpenShift cluster, since it requires firewalld. |
03a379a
to
cf9f93e
Compare
@detiber added content to README as requested |
@sabre1041 LGTM |
cf9f93e
to
7a784f5
Compare
@@ -0,0 +1,45 @@ | |||
--- | |||
- name: Install Packages | |||
action: "{{ ansible_pkg_mgr }} name={{ item }} state=present" |
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.
Unless 1.9 support is needed here, I would suggest using the package
module here.
If 1.9 support is needed, should probably define ansible_pkg_mgr in vars/main.yaml for the role.
Otherwise, lgtm.
@detiber @sabre1041 good point about which versions are supported. Maybe we should just note that in the README for which version of Ansible the implementation has been tested with and/or intended for use with. Hence leaving it up to the author for what they'd like to support. Thoughts? |
7a784f5
to
9880ffe
Compare
@sabre1041 lgtm unless @oybed has any outstanding items, I'm ready to merge. |
@sabre1041 thank you for adding the compatibility section - LGTM. I'll go ahead and merge. |
What does this PR do?
Adds a role to create a httpd backed git server
How should this be manually tested?
Create a git host group containing target machines and a playbook with the following contents
Is there a relevant Issue open for this?
None
Who would you like to review this?
/cc @detiber @etsauer @oybed