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

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

Overview

Configure a .deb package using debconf-set-selections. Or just query existing selections.

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

#nameObject

Returns Name of package to configure.

Returns:

  • (Object)

    Name of package to configure.



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

attribute :name

#questionObject?

Returns A debconf configuration setting.

Returns:

  • (Object, nil)

    A debconf configuration setting



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

attribute :question

#unseenBoolean?

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

Returns:

  • (Boolean, nil)

    Do not set ‘seen’ flag when pre-seeding



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

attribute :unseen

#valueObject?

Returns Value to set the configuration to.

Returns:

  • (Object, nil)

    Value to set the configuration to



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

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



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

attribute :vtype