summaryrefslogtreecommitdiffstats
path: root/ansible.cfg
Commit message (Collapse)AuthorAgeFilesLines
* Additional optimization parameters for ansible.cfgSebastian Jug2017-07-121-1/+9
|
* ansible.cfg: improve ssh ControlPathLuke Meyer2017-07-111-0/+4
| | | | | | | | | | | 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.
* Set ansible retry file locationSteve Milner2017-06-131-0/+1
|
* Add default ansible.cfg fileRussell Teague2017-02-011-0/+30
| | | | | By default the callback_plugins need to be run to ensure proper Ansible version
* renamed ansible.cfg to ansible.cfg.example to avoid ansible accidentally ↵Thomas Wiest2015-05-081-23/+0
| | | | picking this up as it's config file.
* Add byo playbooks and enterprise docsJason DeTiberus2015-04-031-0/+23
- added byo playbooks - added byo (example) inventory - added a README_OSE.md for getting started with Enterprise deployments - Added an ansible.cfg as an example for configuration helpful for playbooks/roles