| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2017-11-10 | ansible.cfg: error when inventory does not parse | Luke 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-11 | ansible.cfg: improve ssh ControlPath | Luke 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-29 | Fix conflicts in spec file | Tim Bielawa | |
| 2016-08-29 | Don't attempt to create retry files | Tim Bielawa | |
| Closes #2283 | |||
| 2015-10-26 | Add atomic-openshift-utils | Troy Dawson | |
| add atomic-openshift-utils to openshift-ansible.spec file no need for redundent spec file remove dependencies that are not needed | |||
