Added all files
This commit is contained in:
13
examples/000_example/roles/common/tasks/selinux.yml
Executable file
13
examples/000_example/roles/common/tasks/selinux.yml
Executable file
@@ -0,0 +1,13 @@
|
||||
---
|
||||
- name: install python bindings for SELinux
|
||||
apt:
|
||||
name: {{item}}
|
||||
state: present
|
||||
with_items:
|
||||
- libselinux-python
|
||||
- libsemanage-python
|
||||
|
||||
- name: test to see if SELinux is running
|
||||
command: getenforce
|
||||
register: sestatus
|
||||
changed_when: false
|
||||
Reference in New Issue
Block a user