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

Inherits:
Base show all
Defined in:
lib/ansible/ruby/modules/generated/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, fix_inclusion, #initialize, remove_existing_validations, #to_h, validates

Constructor Details

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

Instance Method Details

#nameString

Returns Name of package to configure.

Returns:

  • (String)

    Name of package to configure.



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

attribute :name

#questionString?

Returns A debconf configuration setting.

Returns:

  • (String, nil)

    A debconf configuration setting.



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

attribute :question

#unseenSymbol?

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

Returns:

  • (Symbol, nil)

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



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

attribute :unseen

#valueArray<String>, ...

Returns Value to set the configuration to.

Returns:

  • (Array<String>, String, nil)

    Value to set the configuration to.



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

attribute :value

#vtype:boolean, ...

Returns The type of the value supplied.,C(seen) was added in 2.2.

Returns:

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

    The type of the value supplied.,C(seen) was added in 2.2.



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

attribute :vtype