summaryrefslogtreecommitdiffstats
path: root/ansible.cfg
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #6470 from oybed/cfgScott Dodson2018-01-161-1/+1
|\ | | | | Adding .ini to inventory_ignore_extensions
| * Adding .ini to inventory_ignore_extensionsØystein Bedin2017-12-131-1/+1
| |
* | Relocate filter plugins to lib_utilsMichael Gugino2017-12-181-4/+0
|/ | | | | | | | | | | | | | This commit relocates filter_plugings to lib_utils, changes the namespacing to prevent unintended use of older versions that may be present in filter_plugins/ directory on existing installs. Add lib_utils to meta depends for roles Also consolidate some plugins into lib_utils from various other areas. Update rpm spec, obsolete plugin rpms.
* Cleanup byo referencesRussell Teague2017-12-081-2/+2
|
* Merge pull request #6039 from tomassedovic/openstack-provider-githistScott Dodson2017-11-161-0/+3
|\ | | | | Add the OpenStack provider
| * FIXUP ANSIBLE CFGTomas Sedovic2017-11-071-1/+2
| |
| * Use the existing ansible.cfg fileTomas Sedovic2017-11-071-0/+2
| |
* | Minor tweaks to ansible.cfg and example inventoryRussell Teague2017-11-151-7/+4
| | | | | | | | | | | | | | - Adds reference to plugins and library path to support removal of symlinks - Removes references to old example inventories - Corrects deprecated ansible_ssh_user - Adds [nfs] group for proper parsing of the example inventory
* | 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.
* 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