summaryrefslogtreecommitdiff
path: root/utils/etc
AgeCommit message (Collapse)Author
2017-11-10ansible.cfg: error when inventory does not parseLuke Meyer
As of Ansible 2.4 this option exists: https://github.com/ansible/ansible/issues/15035#issuecomment-329672168 The kind of error you get later when this is your real problem tends to be *very* confusing. Much better to just fail right away.
2017-07-11ansible.cfg: improve ssh ControlPathLuke Meyer
AWS hosts and user names frequently make the default Ansible ControlPath too long. This prevents ssh persistent connections, significantly impacting runtime. More detail: https://github.com/ansible/ansible/issues/11536 This config change shortens the ControlPath to make this less likely. It would be better to change it to the %C hash, as extremely long hostnames or usernames could still encounter this problem, but that is not yet available with RHEL's openssh. This at least improves the situation.
2016-09-29Fix conflicts in spec fileTim Bielawa
2016-08-29Don't attempt to create retry filesTim Bielawa
Closes #2283
2015-10-26Add atomic-openshift-utilsTroy Dawson
add atomic-openshift-utils to openshift-ansible.spec file no need for redundent spec file remove dependencies that are not needed