Class: Ansible::Ruby::Modules::Apache2_module
- Inherits:
-
Base
- Object
- Ansible::Ruby::Models::Base
- Base
- Ansible::Ruby::Modules::Apache2_module
- Defined in:
- lib/ansible/ruby/modules/generated/core/web_infrastructure/apache2_module.rb
Instance Method Summary collapse
-
#force ⇒ Boolean?
Force disabling of default modules and override Debian warnings.
-
#name ⇒ String
Name of the module to enable/disable.
-
#state ⇒ :present, ...
Indicate the desired state of the resource.
Methods inherited from Base
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
#force ⇒ Boolean?
Returns 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 |
#name ⇒ String
Returns 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.
18 |
# File 'lib/ansible/ruby/modules/generated/core/web_infrastructure/apache2_module.rb', line 18 attribute :state |