summaryrefslogtreecommitdiffstats
path: root/test/units/playbook/test_play_context.py (follow)
Commit message (Expand)AuthorAgeFilesLines
* Remove deprecated PlayContext.make_become_cmd (#74790)Matt Martz2021-05-251-17/+0
* Split test_play_context_make_become_cmd into files (#68026)Matt Clay2020-03-051-82/+3
* Restore ansible --version output (#55728)Sam Doran2019-04-291-1/+1
* Migrate command line parsing to argparse (#50610)Matt Martz2019-04-231-5/+3
* become mixin is no more (#54002)Brian Coca2019-04-121-0/+7
* remove obsolete set_play on play_context (#47934)Brian Coca2019-03-111-13/+6
* Become plugins (#50991)Matt Martz2019-02-111-60/+55
* Move the arguments module into cli/ and context_objects into utilsToshio Kuratomi2019-01-041-3/+3
* Split up the base_parser functionToshio Kuratomi2019-01-041-9/+16
* Save the command line arguments into a global contextToshio Kuratomi2019-01-041-8/+21
* Move unit test compat code out of `lib/ansible/`. (#46996)Matt Clay2018-10-131-1/+1
* fix 'doas' become_method support, previously committed patch not submitted to...Jeffrey Forman2018-05-081-2/+1
* Add support for dzdo flags Fixes #38766Mat Wilson2018-04-171-4/+5
* Fix undefined variables, basestring usage, and some associated python3 issuesToshio Kuratomi2017-07-261-346/+156
* test/: PEP8 compliancy (#24803)Dag Wieers2017-05-301-121/+147
* deal with null/none connectionsBrian Coca2017-05-111-1/+1
* Update module_utils.six to latest (#22855)Toshio Kuratomi2017-03-231-1/+1
* Legacy pep8 updates for setup.py and testsMatt Martz2017-02-121-6/+27
* PEP 8 indent cleanup. (#20800)Matt Clay2017-01-291-8/+8
* Mcsalgado's change to use shlex.quote instead of pipes.quote (#18534)Toshio Kuratomi2016-11-171-2/+2
* Fix test_play_context fail with local config. (#17596)Adrian Likins2016-11-171-1/+1
* updated pbrun test to match expected outputBrian Coca2016-10-171-1/+1
* dzdo prompt fixBrian Coca2016-09-301-0/+6
* Add ksu privilege escalation (#17340)Will Thames2016-09-011-0/+6
* add centrify dzdo escalation (#15219)Tegan Snyder2016-04-251-0/+5
* Fix ansible_sudo_pass inventory variable so that it overrides setting of sudo...Toshio Kuratomi2016-03-211-0/+135
* shell + become fixesBrian Coca2016-02-151-6/+6
* fixed unit test to match new output of become/suBrian Coca2016-01-271-1/+1
* Also make sure remote_user is defaulted correctly for delegated hostsJames Cammarata2015-11-301-0/+1
* fixed removing -n in password sudo testsBrian Coca2015-10-281-1/+1
* moved sudo -S and -n into configurable flags as they might be absent in much ...Brian Coca2015-10-281-2/+2
* don't set user to current userBrian Coca2015-10-241-2/+1
* task logging revampBrian Coca2015-09-261-3/+6
* Use the task loop to calculate multiple delegated hostsJames Cammarata2015-09-251-1/+3
* Fix unit tests for change related to local_actionJames Cammarata2015-09-141-0/+1
* simplify become testing and handling, we had drifted and were doulbe checking...Brian Coca2015-09-041-2/+7
* actually implemented flags correctly for all priv escalation methodsBrian Coca2015-09-021-1/+1
* fixed become testsBrian Coca2015-09-021-2/+2
* changed no_log expected type to new valueBrian Coca2015-08-251-1/+1
* fixed test to new parser optionsBrian Coca2015-08-181-1/+1
* Add become support for OpenBSD doasDamian Gerow2015-08-181-0/+6
* fixed test to match new become outputBrian Coca2015-08-151-2/+2
* Switch up the task/host overrides for PlayContext to use the compiled vars dictJames Cammarata2015-07-281-3/+2
* Fix environment setting and inheritenceJames Cammarata2015-07-211-4/+0
* Moving ConnectionInformation -> PlayContextJames Cammarata2015-07-211-0/+156