Class: Ansible::Ruby::Modules::Seboolean
- Inherits:
-
Base
- Object
- Ansible::Ruby::Models::Base
- Base
- Ansible::Ruby::Modules::Seboolean
- Defined in:
- lib/ansible/ruby/modules/generated/system/seboolean.rb
Overview
Toggles SELinux booleans.
Instance Method Summary collapse
-
#name ⇒ String
Name of the boolean to configure.
-
#persistent ⇒ :yes, ...
Set to C(yes) if the boolean setting should survive a reboot.
-
#state ⇒ Symbol
Desired boolean value.
Methods inherited from Base
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
#name ⇒ String
Returns Name of the boolean to configure.
12 |
# File 'lib/ansible/ruby/modules/generated/system/seboolean.rb', line 12 attribute :name |
#persistent ⇒ :yes, ...
Returns Set to C(yes) if the boolean setting should survive a reboot.
16 |
# File 'lib/ansible/ruby/modules/generated/system/seboolean.rb', line 16 attribute :persistent |
#state ⇒ Symbol
Returns Desired boolean value.
20 |
# File 'lib/ansible/ruby/modules/generated/system/seboolean.rb', line 20 attribute :state |