summaryrefslogtreecommitdiff
path: root/lib/ansible/modules/commands
Commit message (Expand)AuthorAgeFilesLines
* toggle for stripping empty shell/command output (#51342)Brian Coca2019-01-291-2/+14
* shell: Improve documentation (#51109)Dag Wieers2019-01-221-15/+21
* raw is transport-agnosticDag Wieers2019-01-071-2/+3
* Command module docs: args vs argv (#49907)Alicia Cozine2018-12-191-13/+24
* Convert to reduced list of known types (#50010)Dag Wieers2018-12-192-10/+10
* Sanity fixes in various modules (#50080)Dag Wieers2018-12-181-1/+1
* Add seealso section to Windows and related modules (#49845)Dag Wieers2018-12-156-0/+26
* Add Windows example of raw command (#47153)Jorgen2018-11-301-16/+21
* E325 Removal - Part II (#49196)Abhijeet Kasurde2018-11-281-0/+1
* command modules: optional stdin_add_newline (#45170)James Cassell2018-10-312-1/+15
* Add helper function to return helpful import error msg (#47409)Jordan Borean2018-10-241-10/+4
* psexec: Handle socket errors (Connection timeout) (#47201)Dag Wieers2018-10-221-12/+31
* psexec: better error on import failure (#47327)Jordan Borean2018-10-191-7/+14
* Add less judgmental hint to use script + templateDag Wieers2018-09-281-0/+2
* Clean up common module docs (#45888)Dag Wieers2018-09-272-35/+37
* Clarify the creates and removes options (#45485)Kerry2018-09-111-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