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/extras/system/selinux_permissive.rb
Instance Method Summary collapse
-
#domain ⇒ Object
The domain that will be added or removed from the list of permissive domains.
-
#no_reload ⇒ Boolean?
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 ⇒ :True, :False
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, #to_h, validates
Constructor Details
This class inherits a constructor from Ansible::Ruby::Models::Base
Instance Method Details
#domain ⇒ Object
10 |
# File 'lib/ansible/ruby/modules/generated/extras/system/selinux_permissive.rb', line 10 attribute :domain |
#no_reload ⇒ Boolean?
18 |
# File 'lib/ansible/ruby/modules/generated/extras/system/selinux_permissive.rb', line 18 attribute :no_reload |
#permissive ⇒ :True, :False
14 |
# File 'lib/ansible/ruby/modules/generated/extras/system/selinux_permissive.rb', line 14 attribute :permissive |
#store ⇒ Object?
22 |
# File 'lib/ansible/ruby/modules/generated/extras/system/selinux_permissive.rb', line 22 attribute :store |