Class: Ansible::Ruby::Modules::Win_psexec

Inherits:
Base show all
Defined in:
lib/ansible/ruby/modules/generated/windows/win_psexec.rb

Overview

Run commands (remotely) through the PsExec service Run commands as another (domain) user (with elevated privileges)

Instance Method Summary collapse

Methods inherited from Base

#ansible_name, #to_h

Methods inherited from Ansible::Ruby::Models::Base

attr_option, attr_options, attribute, fix_inclusion, #initialize, remove_existing_validations, #to_h, validates

Constructor Details

This class inherits a constructor from Ansible::Ruby::Models::Base

Instance Method Details

#chdirString?



33
# File 'lib/ansible/ruby/modules/generated/windows/win_psexec.rb', line 33

attribute :chdir

#commandString



13
# File 'lib/ansible/ruby/modules/generated/windows/win_psexec.rb', line 13

attribute :command

#elevated:yes, ...



45
# File 'lib/ansible/ruby/modules/generated/windows/win_psexec.rb', line 45

attribute :elevated

#executableString?



17
# File 'lib/ansible/ruby/modules/generated/windows/win_psexec.rb', line 17

attribute :executable

#hostnamesArray<String>, ...



21
# File 'lib/ansible/ruby/modules/generated/windows/win_psexec.rb', line 21

attribute :hostnames

#interactive:yes, ...



49
# File 'lib/ansible/ruby/modules/generated/windows/win_psexec.rb', line 49

attribute :interactive

#limited:yes, ...



57
# File 'lib/ansible/ruby/modules/generated/windows/win_psexec.rb', line 57

attribute :limited

#nobanner:yes, ...



37
# File 'lib/ansible/ruby/modules/generated/windows/win_psexec.rb', line 37

attribute :nobanner

#noprofile:yes, ...



41
# File 'lib/ansible/ruby/modules/generated/windows/win_psexec.rb', line 41

attribute :noprofile

#passwordString?



29
# File 'lib/ansible/ruby/modules/generated/windows/win_psexec.rb', line 29

attribute :password

#priority:background, ...



65
# File 'lib/ansible/ruby/modules/generated/windows/win_psexec.rb', line 65

attribute :priority

#sessionInteger?



53
# File 'lib/ansible/ruby/modules/generated/windows/win_psexec.rb', line 53

attribute :session

#system:yes, ...



61
# File 'lib/ansible/ruby/modules/generated/windows/win_psexec.rb', line 61

attribute :system

#timeoutInteger?



69
# File 'lib/ansible/ruby/modules/generated/windows/win_psexec.rb', line 69

attribute :timeout

#usernameString?



25
# File 'lib/ansible/ruby/modules/generated/windows/win_psexec.rb', line 25

attribute :username

#wait:yes, ...



73
# File 'lib/ansible/ruby/modules/generated/windows/win_psexec.rb', line 73

attribute :wait