Class: Ansible::Ruby::Modules::Selinux
- Inherits:
-
Base
- Object
- Ansible::Ruby::Models::Base
- Base
- Ansible::Ruby::Modules::Selinux
- Defined in:
- lib/ansible/ruby/modules/generated/core/system/selinux.rb
Instance Method Summary collapse
-
#conf ⇒ String?
Path to the SELinux configuration file, if non-standard.
-
#policy ⇒ String?
Name of the SELinux policy to use (example: C(targeted)) will be required if state is not C(disabled).
-
#state ⇒ :enforcing, ...
The SELinux mode.
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
#conf ⇒ String?
Returns path to the SELinux configuration file, if non-standard.
18 |
# File 'lib/ansible/ruby/modules/generated/core/system/selinux.rb', line 18 attribute :conf |
#policy ⇒ String?
Returns name of the SELinux policy to use (example: C(targeted)) will be required if state is not C(disabled).
10 |
# File 'lib/ansible/ruby/modules/generated/core/system/selinux.rb', line 10 attribute :policy |
#state ⇒ :enforcing, ...
Returns The SELinux mode.
14 |
# File 'lib/ansible/ruby/modules/generated/core/system/selinux.rb', line 14 attribute :state |