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

Inherits:
Base show all
Defined in:
lib/ansible/ruby/modules/generated/extras/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?



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

attribute :backing_device

#nameString



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

attribute :name

#optsArray<String>, ...



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

attribute :opts

#passwordString?



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

attribute :password

#pathString?



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

attribute :path

#state:present, ...



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

attribute :state