Class: Ansible::Ruby::Modules::Modprobe
- Inherits:
-
Base
- Object
- Ansible::Ruby::Models::Base
- Base
- Ansible::Ruby::Modules::Modprobe
- Defined in:
- lib/ansible/ruby/modules/generated/extras/system/modprobe.rb
Overview
Add or remove kernel modules.
Instance Method Summary collapse
-
#name ⇒ String
Name of kernel module to manage.
-
#params ⇒ String?
Modules parameters.
-
#state ⇒ :present, ...
Whether the module should be present or absent.
Methods inherited from Base
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
#name ⇒ String
Returns Name of kernel module to manage.
11 |
# File 'lib/ansible/ruby/modules/generated/extras/system/modprobe.rb', line 11 attribute :name |
#params ⇒ String?
Returns Modules parameters.
19 |
# File 'lib/ansible/ruby/modules/generated/extras/system/modprobe.rb', line 19 attribute :params |
#state ⇒ :present, ...
Returns Whether the module should be present or absent.
15 |
# File 'lib/ansible/ruby/modules/generated/extras/system/modprobe.rb', line 15 attribute :state |