ansible/lib/ansible/utils
Brian Coca 5f6db0e164 preliminary privlege escalation unification + pbrun
- become constants inherit existing sudo/su ones
- become command line options, marked sudo/su as deprecated and moved sudo/su passwords to runas group
- changed method signatures as privlege escalation is collapsed to become
- added tests for su and become, diabled su for lack of support in local.py
- updated playbook,play and task objects to become
- added become to runner
- added whoami test for become/sudo/su
- added home override dir for plugins
- removed useless method from ask pass
- forced become pass to always be string also uses to_bytes
- fixed fakerunner for tests
- corrected reference in synchronize action plugin
- added pfexec (needs testing)
- removed unused sudo/su in runner init
- removed deprecated info
- updated pe tests to allow to run under sudo and not need root
- normalized become options into a funciton to avoid duplication and inconsistencies
- pushed suppored list to connection classs property
- updated all connection plugins to latest 'become' pe

- includes fixes from feedback (including typos)
- added draft docs
- stub of become_exe, leaving for future v2 fixes
2015-03-10 18:42:36 -04:00
..
module_docs_fragments Add doc fragment for new OpenStack modules 2015-02-11 14:04:59 -05:00
__init__.py preliminary privlege escalation unification + pbrun 2015-03-10 18:42:36 -04:00
cmd_functions.py Fixes #3973 Second Revision of live ansible-pull output 2014-01-10 11:18:02 -05:00
display_functions.py Moving display-related functions to new module in utils 2014-04-30 15:33:46 -05:00
hashing.py Move the hashing util functions to their own file to mirror v2 2015-02-02 10:25:09 -08:00
module_docs.py ansible-doc now shows return value docs 2015-02-19 13:18:05 -05:00
plugins.py Merge pull request #9293 from cchurch/module_suffixes 2015-02-26 23:33:51 -05:00
string_functions.py Allow isprintable() util function to work with unicode 2014-04-03 15:29:51 -05:00
su_prompts.py make su promt AIX compatible 2015-02-10 05:18:37 -05:00
template.py Allow requesting a list to lookup plugins instead of , delimited string 2015-02-19 18:29:29 -05:00
unicode.py Didn't port isbasestring/isunicodestring from kitchen so switch to isinstance 2015-02-12 13:55:27 -08:00
vault.py Set proper permissions for ansible-vault view 2015-02-11 14:15:38 +01:00