Class: Ansible::Ruby::Modules::Apache2_module

Inherits:
Base show all
Defined in:
lib/ansible/ruby/modules/generated/core/web_infrastructure/apache2_module.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

#forceBoolean?

Returns force disabling of default modules and override Debian warnings.

Returns:

  • (Boolean, nil)

    force disabling of default modules and override Debian warnings



14
# File 'lib/ansible/ruby/modules/generated/core/web_infrastructure/apache2_module.rb', line 14

attribute :force

#nameString

Returns name of the module to enable/disable.

Returns:

  • (String)

    name of the module to enable/disable



10
# File 'lib/ansible/ruby/modules/generated/core/web_infrastructure/apache2_module.rb', line 10

attribute :name

#state:present, ...

Returns indicate the desired state of the resource.

Returns:

  • (:present, :absent, nil)

    indicate the desired state of the resource



18
# File 'lib/ansible/ruby/modules/generated/core/web_infrastructure/apache2_module.rb', line 18

attribute :state