community.general/lib/ansible/modules/commands
Jordan Borean 629efb6eaa
psexec: new module to run commands on a remote Windows host without WinRM (#36723)
* psexec: new module to run commands on a remote Windows host without WinRM

* fix up sanity issue, create test firewall rule for SMB traffic

* Fixed up yaml linting issues, trying to fix on the fly firewall rule

* Added SMB exception to catch when cleaning up PAExec exe

* Don't load profile for Azure hosts when becoming another user

* Fixed up example to use correct option

* Reworded notes section of module docs

* Simplified module options around process integrity levels and the system account
2018-04-24 12:15:15 +10:00
..
__init__.py
command.py Clean up module documentation (#36909) 2018-03-15 22:15:24 +01:00
expect.py Update metadata to 1.1 2017-08-15 23:12:08 -07:00
psexec.py psexec: new module to run commands on a remote Windows host without WinRM (#36723) 2018-04-24 12:15:15 +10:00
raw.py Update metadata to 1.1 2017-08-15 23:12:08 -07:00
script.py Clean up module documentation (#36909) 2018-03-15 22:15:24 +01:00
shell.py Clean up module documentation (#36909) 2018-03-15 22:15:24 +01:00
telnet.py Update docs for telnet module (#35257) 2018-01-24 07:33:47 +00:00