Class: Ansible::Ruby::Modules::Kernel_blacklist
- Inherits:
-
Base
- Object
- Ansible::Ruby::Models::Base
- Base
- Ansible::Ruby::Modules::Kernel_blacklist
- Defined in:
- lib/ansible/ruby/modules/generated/extras/system/kernel_blacklist.rb
Instance Method Summary collapse
-
#blacklist_file ⇒ Object?
If specified, use this blacklist file instead of C(/etc/modprobe.d/blacklist-ansible.conf).
-
#name ⇒ String
Name of kernel module to black- or whitelist.
-
#state ⇒ :present, ...
Whether the module should be present in the blacklist or absent.
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
#blacklist_file ⇒ Object?
Returns If specified, use this blacklist file instead of C(/etc/modprobe.d/blacklist-ansible.conf).
18 |
# File 'lib/ansible/ruby/modules/generated/extras/system/kernel_blacklist.rb', line 18 attribute :blacklist_file |
#name ⇒ String
Returns Name of kernel module to black- or whitelist.
10 |
# File 'lib/ansible/ruby/modules/generated/extras/system/kernel_blacklist.rb', line 10 attribute :name |
#state ⇒ :present, ...
Returns Whether the module should be present in the blacklist or absent.
14 |
# File 'lib/ansible/ruby/modules/generated/extras/system/kernel_blacklist.rb', line 14 attribute :state |