summaryrefslogtreecommitdiff
path: root/lib/ansible/constants.py
Commit message (Expand)AuthorAgeFilesLines
* Controller-side module caching.Toshio Kuratomi2016-04-121-1/+8
* Adding a config option to allow disabling locale settings upon module execJames Cammarata2016-04-061-0/+1
* ZiploaderToshio Kuratomi2016-04-051-0/+1
* centralize path list handlingBrian Coca2016-03-301-13/+16
* Add options to make includes 'static'James Cammarata2016-03-241-0/+4
* Don't create world-readable module and tempfiles without explicit user permis...Toshio Kuratomi2016-03-231-0/+1
* Add documentation for squash_actions configuration settingMatthew Gamble2016-03-231-1/+1
* Make ohai and facter work via module_utils Fact classes rather than in the se...Toshio Kuratomi2016-03-141-2/+0
* Add a way to restrict gathered facts in Ansible:Yannig Perré2016-03-141-0/+3
* Add noseclabel support to libvirt_lxc plugin.Matt Clay2016-03-101-0/+1
* draft 1st release of ansible-consoleBrian Coca2016-03-071-0/+1
* moved hardcoded settings from doccli to constantsBrian Coca2016-03-051-0/+3
* Support strategy_plugins setting in a configuration fileKishin Yagami2016-03-051-0/+1
* made max diff size configurableBrian Coca2016-03-021-1/+1
* Merge pull request #13654 from sivel/paramiko-proxy-commandMatt Martz2016-02-231-0/+1
|\
| * Add ProxyCommand support to the paramiko connection pluginMatt Martz2015-12-231-0/+1
* | Make --diff lines of context configurableGeorge Christou2016-02-191-0/+3
* | Missed constants.py in the commit for #14557Toshio Kuratomi2016-02-181-0/+1
* | added missing config to constants.pyBrian Coca2016-02-181-0/+1
* | Make --diff colours configurableGeorge Christou2016-02-171-0/+3
* | Re-implementing the retry file feature for 2.0James Cammarata2016-01-261-1/+1
* | output color is now configurableBrian Coca2015-12-291-0/+11
|/
* Add package module to squash listToshio Kuratomi2015-12-191-1/+1
* removed unused 'pattern' from ansible.cfgBrian Coca2015-12-091-2/+6
* Galaxy 2.0chouseknecht2015-12-091-1/+2
* keep string type filters as stringsBrian Coca2015-12-081-0/+1
* Make no_target_syslog consistent.Luca Berruti2015-12-051-1/+1
* Revert "Make sudo+requiretty and ANSIBLE_PIPELINING work together"Toshio Kuratomi2015-12-031-1/+1
* Make module_lang default to whatever LANG is set to on the control nodeAbhijit Menon-Sen2015-12-021-1/+1
* Make sudo+requiretty and ANSIBLE_PIPELINING work togetherAbhijit Menon-Sen2015-12-011-1/+1
* Add variable compression optionJames Cammarata2015-11-051-0/+1
* Do not optimize with_items loop if the items are not stringsToshio Kuratomi2015-11-041-0/+6
* moved sudo -S and -n into configurable flags as they might be absent in much ...Brian Coca2015-10-281-1/+1
* Break apart a looped dependency to show a warning when parsing playbooksToshio Kuratomi2015-10-271-1/+1
* don't set user to current userBrian Coca2015-10-231-4/+1
* Add python3-compat boilerplate to all .py files in lib/ansibleToshio Kuratomi2015-10-191-1/+1
* Bundle a new version of python-six for compatibility along with some code to ...six-compatToshio Kuratomi2015-10-161-3/+2
* Make random cowsay truly randomJames Cammarata2015-10-151-0/+8
* Set explicit default for ANSIBLE_SSH_ARGSAbhijit Menon-Sen2015-10-021-1/+1
* renamed managed_syslog to no_target_syslogBrian Coca2015-09-261-1/+1
* task logging revampBrian Coca2015-09-251-0/+4
* Implement ssh connection handling as a state machineAbhijit Menon-Sen2015-09-231-0/+1
* fixed typoBrian Coca2015-09-211-1/+1
* Ported over #7158 to support SELinux context switches.Florian Apolloner2015-09-171-0/+1
* normalized plugin paths and names and configsBrian Coca2015-09-151-8/+9
* actually implemented flags correctly for all priv escalation methodsBrian Coca2015-09-021-1/+1
* fixed and generalized privilege escalation exe settingsBrian Coca2015-09-021-2/+2
* Small tweak to 7551b75 to correct the ordering of testsJames Cammarata2015-09-011-2/+2
* Add ispath type for constants and make sure all local paths are ispath=TrueJames Cammarata2015-09-011-24/+28
* Merge pull request #11880 from bcoca/configurable_squashBrian Coca2015-08-231-2/+5
|\