Class: Ansible::Ruby::Modules::Pamd

Inherits:
Base show all
Defined in:
lib/ansible/ruby/modules/generated/system/pamd.rb

Overview

Edit PAM service’s type, control, module path and module arguments. In order for a PAM rule to be modified, the type, control and module_path must match an existing rule. See man(5) pam.d for details.

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

#backup:yes, ...



52
# File 'lib/ansible/ruby/modules/generated/system/pamd.rb', line 52

attribute :backup

#controlString



20
# File 'lib/ansible/ruby/modules/generated/system/pamd.rb', line 20

attribute :control

#module_argumentsArray<String>, ...



40
# File 'lib/ansible/ruby/modules/generated/system/pamd.rb', line 40

attribute :module_arguments

#module_pathString



24
# File 'lib/ansible/ruby/modules/generated/system/pamd.rb', line 24

attribute :module_path

#nameString



12
# File 'lib/ansible/ruby/modules/generated/system/pamd.rb', line 12

attribute :name

#new_controlString?



32
# File 'lib/ansible/ruby/modules/generated/system/pamd.rb', line 32

attribute :new_control

#new_module_pathString?



36
# File 'lib/ansible/ruby/modules/generated/system/pamd.rb', line 36

attribute :new_module_path

#new_typeString?



28
# File 'lib/ansible/ruby/modules/generated/system/pamd.rb', line 28

attribute :new_type

#pathString?



48
# File 'lib/ansible/ruby/modules/generated/system/pamd.rb', line 48

attribute :path

#state:updated, ...



44
# File 'lib/ansible/ruby/modules/generated/system/pamd.rb', line 44

attribute :state

#typeString



16
# File 'lib/ansible/ruby/modules/generated/system/pamd.rb', line 16

attribute :type