summaryrefslogtreecommitdiff
path: root/lib/ansible/modules/commands
Commit message (Expand)AuthorAgeFilesLines
* psexec - update example for for delegation example (#59475) (#59481)Jordan Borean2019-07-251-1/+1
* Update command/shell docs with note about modules for rebooting(#51499)Sam Doran2019-02-142-5/+16
* psexec: Handle socket errors (Connection timeout) (Backport) (#47407)Dag Wieers2018-10-221-12/+31
* psexec: better error on import failure (#47327)Jordan Borean2018-10-221-7/+14
* [WIP] Backport/2.7/second batch (#45927)Sandra McCann2018-09-201-2/+2
* Various improvements to script module docs (#44637)Dag Wieers2018-08-241-30/+27
* Fix script module document (#42778)Yuma Inaura (稲浦悠馬)2018-08-241-4/+4
* Update shell.py (#44477)Steve Dodd2018-08-231-0/+6
* In expect module documentation add `no_log` to password change example (#44436)Daniel-Sanchez-Fabregas2018-08-211-0/+2
* Remove use of simplejson throughout code base (#43548)Matt Martz2018-08-101-8/+4
* Force all args to strings for 'command' (fixes #43732)Andrew Gaffney2018-08-061-0/+6
* Enable check_mode in command module (#40428)Jarryd Tilbrook2018-07-232-2/+15
* adds a new feature to the telnet action pluginPeter Sprygada2018-07-121-0/+8
* Added executable parameter to the script module (#36969)tranceitionalMynd2018-05-251-0/+14
* Add a 'machinectl shell' become_method (#39826)Antoine Pietri2018-05-251-1/+1
* Update examples in modules/commands to use proper YAML syntax. (#35692)Joshua Smith2018-05-231-1/+3
* Explicit availability of 'null' timeout in expect (#40429)Bruno Inec2018-05-211-1/+2
* Fixes #19392: allow commands to be specified as lists. new syntax is documen...Adam Patt2018-05-161-5/+28
* expect: Fix typo in examples (#39900)Filippo Civiletti2018-05-091-1/+1
* psexec: new module to run commands on a remote Windows host without WinRM (#3...Jordan Borean2018-04-241-0/+494
* Clean up module documentation (#36909)Dag Wieers2018-03-153-23/+2
* Add note to use script module rather than inline here documents (#32863)Sam Doran2018-02-211-8/+10
* Update docs for telnet module (#35257)Ken Celenza2018-01-241-0/+10
* Remove shell module specialcasesToshio Kuratomi2017-12-211-4/+2
* fix command warnings, add action warnings (#34060)Brian Coca2017-12-211-1/+4
* Suggest using replace module rather than command sed (#34085)John R Barker2017-12-201-2/+2
* Have command nanny tell you how to disable the warning (#34061)Toshio Kuratomi2017-12-191-2/+15
* Fix Command module documentationToshio Kuratomi2017-12-081-1/+2
* Add proper check mode support to the script module (#31852)Sam Doran2017-11-131-1/+2
* Fixes #30073: Remove 'Consider hg command' warning. (#31159)Yeuk Hon Wong2017-10-021-1/+1
* Added quotes to start and end samplesPrasad Katti2017-09-301-2/+2
* Small changes.Dag Wieers2017-09-301-5/+5
* Document return values for command modulePrasad Katti2017-09-301-0/+25
* Add alias to command option in telnet (#30825)Ganesh Nalawade2017-09-281-0/+1
* Fix command argument typo in telnet module docs (#30731)Ganesh Nalawade2017-09-221-3/+4
* Command module bug fix, tests and cleanup. (#30432)Matt Clay2017-09-151-6/+1
* Update metadata to 1.1Toshio Kuratomi2017-08-156-6/+6
* stdin arg: add documentation to shell moduleAndy Freeland2017-08-151-0/+6
* add stdin argument to command moduleGuillaume Coré2017-08-151-1/+9
* Revert "Add 'stdin' argument to command/shell modules"Toshio Kuratomi2017-08-152-15/+1
* Add 'stdin' argument to command/shell modulesAndy Freeland2017-08-152-1/+15
* update telnet module (#28100)Peter Sprygada2017-08-111-5/+22
* telnet action plugin (#27983)Brian Coca2017-08-111-0/+75
* command: PEP8 compliancy (#27740)Dag Wieers2017-08-041-24/+24
* Get rid of more wildcard imports and add boilerplate to more modulesToshio Kuratomi2017-07-295-86/+39
* command: Remove executable parameter when using commandDag Wieers2017-07-111-33/+20
* script: Add support for chdir argumentKarim BEN YOUSSEF2017-07-071-0/+6
* Mutually reference Windows and non-Windows modules (#25482)Dag Wieers2017-06-264-1/+8
* Minor change in comment sentence of shell (#25336)Karthik Suresh2017-06-051-1/+1
* Ensure exit_json returns failed = FalseDag Wieers2017-05-302-7/+14