summaryrefslogtreecommitdiff
path: root/lib/ansible/module_utils/basic.py
Commit message (Expand)AuthorAgeFilesLines
* Fix umask calculation on file creation. Fixes #10257Stratos Moros2015-02-161-1/+1
* Be careful not to set the permissions of the destination of a symlink.Toshio Kuratomi2015-02-161-3/+14
* Obfuscate passwords in more places where it is displayedToshio Kuratomi2015-02-091-81/+82
* jinja2 cannot handle byte strs with non-ascii. So we need to transform poten...Toshio Kuratomi2015-01-261-0/+18
* Use send instead of sendv on the systemd.journal (fixes #9886)Luke Macken2014-12-241-4/+3
* Add ability to detect prompts in stdout from run_commandJames Cammarata2014-11-121-7/+23
* Some changes to FIPS compat since SLES implements it differentlyToshio Kuratomi2014-11-111-1/+7
* Add comments/docstrings not to use md5 unless forced to by forces outside our...Toshio Kuratomi2014-11-101-1/+10
* Move from md5 to sha1 to work on fips-140 enabled systemsToshio Kuratomi2014-11-061-1/+10
* Workaround more python-2.6 shlex not being able to handle unicode stringsToshio Kuratomi2014-10-081-1/+21
* Adding "follow" param for file/copy optionsJames Cammarata2014-09-161-0/+6
* Reduce commenting as basic.py is copied to the remote host with every module ...Toshio Kuratomi2014-09-051-44/+24
* New password obfuscation in syslog messages that:Toshio Kuratomi2014-09-041-22/+82
* Standardize on bytes internally to _log_invocationToshio Kuratomi2014-09-041-14/+21
* Don't use ternary if statements. Fixes #8784Matt Martz2014-08-271-3/+17
* Merge branch 'file_symbolic_mode' of https://github.com/pbitty/ansible into p...James Cammarata2014-08-251-9/+95
|\
| * files/file: add support for symbolic permission modesPaulo Bittencourt2013-12-091-9/+95
* | Remove tabs added from 677de07James Cammarata2014-08-211-7/+7
* | Merge branch 'devel' of https://github.com/l1k/ansible into l1k-develJames Cammarata2014-08-211-3/+7
|\ \
| * | Try optimistic chown, do not error out if not permitted to chownLukas Wunner2014-08-171-3/+7
| * | Only chown on atomic move if invoked as rootLukas Wunner2014-08-141-1/+1
* | | Fix no_log value for content in common file args settingsJames Cammarata2014-08-191-2/+2
* | | Make env param a dict type instead of listJames Cammarata2014-08-151-1/+1
* | | Catch error in atomic_move when creating temporary fileJames Cammarata2014-08-141-2/+5
|/ /
* | Merge pull request #8500 from sivel/rax-de-dupeMichael DeHaan2014-08-081-0/+2
|\ \
| * | Add ANSIBLE_VERSION to module_utils/basic.py and manipulate the pyrax user-agentMatt Martz2014-08-061-0/+2
* | | Merge branch 'retf_py' of git://github.com/berendt/ansible into develMichael DeHaan2014-08-081-3/+3
|\ \ \
| * | | fixed typos found by RETF rules in PY filesChristian Berendt2014-05-031-3/+3
* | | | Keep docstring up to date with the code in basic moduleBekim Berisha2014-08-071-1/+1
| |/ / |/| |
* | | Make run_command process communication smarterJames Cammarata2014-08-041-6/+45
* | | Merge pull request #7950 from mesk41in/develMichael DeHaan2014-07-281-0/+1
|\ \ \
| * | | Fix unsupported regexp parameter in assemblemesk41in2014-06-271-0/+1
* | | | Taking alternate approach.Michael DeHaan2014-07-281-4/+1
* | | | Merge pull request #8087 from neersighted/string_versionMichael DeHaan2014-07-281-1/+4
|\ \ \ \
| * | | | Fix hostname when get_distribution_version() returns a string.Bjorn Neergaard2014-07-101-1/+4
* | | | | Start of unit tests for split_args function, moved split_args to utils since ...Michael DeHaan2014-07-241-147/+0
* | | | | Some notes/comment upgrades on split_args.Michael DeHaan2014-07-241-9/+55
* | | | | Using custom splitting function for module param countingJames Cammarata2014-07-241-0/+100
* | | | | Security fixes:James Cammarata2014-07-211-0/+2
* | | | | fix get_distribution_version() on amazon linuxRuggero Marchei2014-07-151-0/+2
|/ / / /
* | | | Revert "Fix get_distribution() for platforms that may have spaces"James Cammarata2014-07-021-2/+0
|/ / /
* | | Merge branch 'module_safe_eval' into fix_lineinfile_newlinesJames Cammarata2014-06-201-0/+70
|\ \ \
| * | | Switch module safe_eval to ast.literal_evalJames Cammarata2014-04-081-2/+40
* | | | Fix get_distribution() for platforms that may have spacesJames Cammarata2014-06-181-0/+2
* | | | move get_distribution_version() to basic.pyRuggero Marchei2014-06-171-0/+12
* | | | Add a new password pattern to the run_command filterJames Cammarata2014-06-121-0/+1
* | | | Fix error when using os.getlogin() without a ttyJames Cammarata2014-06-031-1/+12
* | | | Support checking for su user to atomic_moveJames Cammarata2014-05-271-2/+3
* | | | Also set the environment variables when resetting the locale to CJames Cammarata2014-05-191-0/+2
* | | | Reset locale to 'C' if the specified one is invalidJames Cammarata2014-05-191-0/+21