ansible/v2/ansible
Brian Coca bce4bb2ce2 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 17:42:52 -05:00
..
compat typofixes - https://github.com/vlajos/misspell_fixer 2014-12-04 22:23:35 +00:00
config Add python3-compat boiler to all core files 2014-10-15 19:22:54 -04:00
errors Creating playbook executor and dependent classes 2014-12-29 10:46:47 -06:00
executor Getting dynamic includes working a bit better on v2 2015-03-04 13:52:31 -06:00
inventory Getting dynamic includes working a bit better on v2 2015-03-04 13:52:31 -06:00
module_utils First swing at making module_common.py more v2-ish 2015-02-10 12:36:23 -08:00
modules Update the modules 2015-03-04 18:56:50 -08:00
new_inventory Creating playbook executor and dependent classes 2014-12-29 10:46:47 -06:00
parsing Making task includes dynamic and fixing many other bugs 2015-02-12 18:17:16 +00:00
playbook Reworking v2 play iterator and fixing some other bugs 2015-03-04 13:52:31 -06:00
plugins Fixing bug related to dynamic includes + with* loops 2015-03-04 13:52:32 -06:00
template remove broken nad commented unicode conversion -- in v2, this is done when the data first enters ansible. 2015-02-02 19:08:10 -08:00
utils Didn't port isbasestring/isunicodestring from kitchen so switch to isinstance 2015-02-12 13:55:27 -08:00
vars Fixing more v2 bugs 2015-01-29 16:44:01 -06:00
__init__.py Making task includes dynamic and fixing many other bugs 2015-02-12 18:17:16 +00:00
constants.py preliminary privlege escalation unification + pbrun 2015-03-10 17:42:52 -05:00