Class: Ansible::Ruby::Modules::Win_regedit

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

Overview

Add, modify or remove registry keys and values. More information about the windows registry from Wikipedia U(en.wikipedia.org/wiki/Windows_Registry).

Instance Method Summary collapse

Methods inherited from Base

#ansible_name, #to_h

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

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

Constructor Details

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

Instance Method Details

#dataInteger, ...



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

attribute :data

#delete_key:yes, ...



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

attribute :delete_key

#hiveString?



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

attribute :hive

#nameString?



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

attribute :name

#pathString



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

attribute :path

#state:absent, ...



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

attribute :state

#type:binary, ...



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

attribute :type