Class: Ansible::Ruby::Modules::Selinux_permissive
- Inherits:
-
Base
- Object
- Ansible::Ruby::Models::Base
- Base
- Ansible::Ruby::Modules::Selinux_permissive
- Defined in:
- lib/ansible/ruby/modules/generated/system/selinux_permissive.rb
Overview
Add and remove domain from the list of permissive domain.
Instance Method Summary collapse
-
#domain ⇒ Object
The domain that will be added or removed from the list of permissive domains.
-
#no_reload ⇒ :yes, ...
Automatically reload the policy after a change,default is set to ‘false’ as that’s what most people would want after changing one domain,Note that this doesn’t work on older version of the library (example EL 6), the module will silently ignore it in this case.
-
#permissive ⇒ Symbol
Indicate if the domain should or should not be set as permissive.
-
#store ⇒ Object?
Name of the SELinux policy store to use.
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
#domain ⇒ Object
12 |
# File 'lib/ansible/ruby/modules/generated/system/selinux_permissive.rb', line 12 attribute :domain |
#no_reload ⇒ :yes, ...
20 |
# File 'lib/ansible/ruby/modules/generated/system/selinux_permissive.rb', line 20 attribute :no_reload |
#permissive ⇒ Symbol
16 |
# File 'lib/ansible/ruby/modules/generated/system/selinux_permissive.rb', line 16 attribute :permissive |
#store ⇒ Object?
24 |
# File 'lib/ansible/ruby/modules/generated/system/selinux_permissive.rb', line 24 attribute :store |