summaryrefslogtreecommitdiff
path: root/lib/ansible/playbook/play_context.py
Commit message (Expand)AuthorAgeFilesLines
* refactor and fixes for doc parsing (#77719)Brian Coca2022-09-011-2/+1
* `FieldAttribute`s as descriptors (#73908)Martin Krizek2022-06-291-42/+24
* Deprecate PlayContext.verbosity (#77507)Sloane Hertel2022-04-211-2/+19
* Handle connection dissonance (#77005)Brian Coca2022-02-111-0/+7
* Start of moving away from six (#75863)Martin Krizek2021-10-211-7/+1
* Python 3.8 Controller Minimum (#74013)Matt Martz2021-09-211-4/+2
* Remove deprecated PlayContext.make_become_cmd (#74790)Matt Martz2021-05-251-37/+0
* finish migrating ssh plugin to config system (#73708)Brian Coca2021-03-031-15/+2
* remove redundant remote_user for local settingBrian Coca2020-11-051-6/+1
* Deprecation revisited (#69926)Felix Fontein2020-06-091-1/+1
* Version source tagging (automatic and manual) for version_added and deprecati...Felix Fontein2020-05-281-1/+1
* removed previouslly deprecated settings (#55662)Brian Coca2019-05-151-11/+0
* Change default smart connection to ssh on macOS and remove paramiko from requ...Sam Doran2019-04-031-9/+4
* Undeprecate force handlers (#53705)Brian Coca2019-03-131-8/+4
* remove obsolete set_play on play_context (#47934)Brian Coca2019-03-111-14/+7
* Become plugins (#50991)Matt Martz2019-02-111-243/+65
* Save the command line arguments into a global contextToshio Kuratomi2019-01-031-16/+17
* become_method: make dzdo more like sudo (#47946)James Cassell2018-12-041-1/+5
* Add a Singleton metaclass, use it with Display (#48935)Matt Martz2018-11-201-5/+2
* Do not use mutable defaults in FieldAttribute, instead allow supplying a call...Matt Martz2018-10-121-2/+2
* Add a 'machinectl shell' become_method (#39826)Antoine Pietri2018-05-251-0/+5
* always_run: removed deprecated always_run task option (#40470)Jordan Borean2018-05-231-5/+0
* fix 'doas' become_method support, previously committed patch not submitted to...Jeffrey Forman2018-05-071-1/+1
* Add support for dzdo flags Fixes #38766Mat Wilson2018-04-161-2/+2
* Use value of delegated transport for var lookup (#35658)Martin Krizek2018-02-021-3/+3
* Temporary (#31677)Brian Coca2018-01-151-2/+0
* Fix invalid string escape sequences.Matt Clay2017-11-211-1/+1
* Connection plugins network_cli and netconf (#32521)Nathaniel Case2017-11-091-0/+2
* updated chlog, moved missed commentBrian Coca2017-11-091-5/+0
* namespace factsBrian Coca2017-11-091-64/+11
* remove experimental warning from become/runas (#32604)Matt Davis2017-11-061-2/+0
* Fixes typos in changelog/comment (#32464)Michael2017-11-021-1/+1
* win_become: Added support to become a service user (#30407)Jordan Borean2017-10-091-3/+0
* restore connection options from cliBrian Coca2017-10-041-2/+4
* Remove print statements from play_contextWill Thames2017-09-261-2/+0
* become flags are primaryBrian Coca2017-09-211-10/+4
* decelerate! (#30160)Brian Coca2017-09-161-12/+0
* fixes to config/setting retrievalBrian Coca2017-09-091-2/+2
* correctly map to connection_user from remote_user in play_context (#28676)Peter Sprygada2017-08-251-2/+3
* reverts 28599Peter Sprygada2017-08-251-5/+3
* set the play_context connection_user before mapping magic variables (#28599)Peter Sprygada2017-08-241-2/+5
* added diff as new keyword (#28581)Brian Coca2017-08-241-2/+4
* Fix config timeout issue for network modules (#28261)Ganesh Nalawade2017-08-161-1/+1
* Ansible Config part2 (#27448)Brian Coca2017-08-151-53/+93
* Remove _diff from play_context defaultSam Doran2017-08-041-1/+1
* Fix undefined variables, basestring usage, and some associated python3 issuesToshio Kuratomi2017-07-251-2/+6
* leftover from porting become to v2 that's unusedToshio Kuratomi2017-07-241-3/+0
* Fix legacy su handling (bad conditional would not fire at the right time)Toshio Kuratomi2017-07-241-1/+1
* Consolidate boolean/mk_boolean conversion functions into a single locationToshio Kuratomi2017-07-171-5/+5
* added ansible_remote_tmp inventory var (#26754)Brian Coca2017-07-131-0/+2