att-comdev / halcyon-kubernetes

Ansible playbooks for a kubadm-based kubernetes deployment, on supporting any cloud and any kubeadm-enabled OS.
Apache License 2.0
35 stars 22 forks source link

Adding syntax fixes for CentOS #44

Closed aric49 closed 7 years ago

aric49 commented 7 years ago

Fixing syntax issues in the CentOS playbooks. This is causing issues with the jenkins build because Ansible is unable to parse the GPG keys, since they are separated using line breaks. I am moving them to run iteratively using "with_items" instead. Also fixing minor syntax issues.


This change is Reviewable

aric49 commented 7 years ago

@intlabs Can you review this PR if you get a second? Thanks!

wilkers-steve commented 7 years ago

This looks good as far as I can tell, Aric. Thanks for addressing this.


Reviewed 1 of 1 files at r1. Review status: all files reviewed at latest revision, all discussions resolved.


Comments from Reviewable

aric49 commented 7 years ago

Thanks Steve!