summaryrefslogtreecommitdiffstats
path: root/utils/etc
Commit message (Collapse)AuthorAgeFilesLines
* ansible.cfg: error when inventory does not parseLuke Meyer2017-11-101-0/+4
| | | | | | | | 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.
* ansible.cfg: improve ssh ControlPathLuke Meyer2017-07-111-0/+6
| | | | | | | | | | | 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.
* Fix conflicts in spec fileTim Bielawa2016-09-292-1/+36
|
* Don't attempt to create retry filesTim Bielawa2016-08-291-0/+3
| | | | Closes #2283
* Add atomic-openshift-utilsTroy Dawson2015-10-261-0/+25
add atomic-openshift-utils to openshift-ansible.spec file no need for redundent spec file remove dependencies that are not needed