Class: Ansible::Ruby::Modules::Crypttab

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

Overview

Control Linux encrypted block devices that are set up during system boot in C(/etc/crypttab).

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

#backing_deviceObject?



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

attribute :backing_device

#nameString



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

attribute :name

#optsArray<String>, ...



27
# File 'lib/ansible/ruby/modules/generated/system/crypttab.rb', line 27

attribute :opts

#passwordString?



23
# File 'lib/ansible/ruby/modules/generated/system/crypttab.rb', line 23

attribute :password

#pathString?



31
# File 'lib/ansible/ruby/modules/generated/system/crypttab.rb', line 31

attribute :path

#state:absent, ...



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

attribute :state