Class: Ansible::Ruby::Modules::Debconf

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

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, #to_h, validates

Constructor Details

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

Instance Method Details

#nameObject

Returns Name of package to configure.

Returns:

  • (Object)

    Name of package to configure.



10
# File 'lib/ansible/ruby/modules/generated/extras/system/debconf.rb', line 10

attribute :name

#questionObject?

Returns A debconf configuration setting.

Returns:

  • (Object, nil)

    A debconf configuration setting



14
# File 'lib/ansible/ruby/modules/generated/extras/system/debconf.rb', line 14

attribute :question

#unseenBoolean?

Returns Do not set ‘seen’ flag when pre-seeding.

Returns:

  • (Boolean, nil)

    Do not set ‘seen’ flag when pre-seeding



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

attribute :unseen

#valueObject?

Returns Value to set the configuration to.

Returns:

  • (Object, nil)

    Value to set the configuration to



21
# File 'lib/ansible/ruby/modules/generated/extras/system/debconf.rb', line 21

attribute :value

#vtype:string, ...

Returns The type of the value supplied.

Returns:

  • (:string, :password, :boolean, :select, :multiselect, :note, :error, :title, :text, nil)

    The type of the value supplied



17
# File 'lib/ansible/ruby/modules/generated/extras/system/debconf.rb', line 17

attribute :vtype