Skip to content

cloud3rsio/ansible-role-selinux

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

cloud3rsio.selinux

Update selinux setting.

Installation

$ ansible-galaxy install cloud3rsio.selinux

Requirements

Nothing.

Role Variables

Key Default Value Type Comment
selinux_policy targeted String If you use Enforcing or Permissive.

Dependencies

Nothing.

Example Playbook

# Enforcing
- hosts: all
  roles:
    - role: cloud3rsio.selinux/enforcing

# Permissive
- hosts: all
  roles:
    - role: cloud3rsio.selinux/permissive
      selinux_policy: minimum

# Disabled
- hosts: all
  roles:
    - role: cloud3rsio.selinux/disabled

License

MIT

Author Information

  • youyo

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages