Class: Ansible::Ruby::Modules::Seboolean

Inherits:
Base show all
Defined in:
lib/ansible/ruby/modules/generated/system/seboolean.rb

Overview

Toggles SELinux booleans.

Instance Method Summary collapse

Methods inherited from Base

#ansible_name, #to_h

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

#nameString

Returns Name of the boolean to configure.

Returns:

  • (String)

    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.

Returns:

  • (:yes, :no, nil)

    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

#stateSymbol

Returns Desired boolean value.

Returns:

  • (Symbol)

    Desired boolean value



20
# File 'lib/ansible/ruby/modules/generated/system/seboolean.rb', line 20

attribute :state