Initial commit

This commit is contained in:
2021-03-31 15:50:39 +02:00
commit 4570e285eb
26 changed files with 21036 additions and 0 deletions
@@ -0,0 +1,3 @@
---
- name: Restore selinux context
command: restorecon -irv /home/appuser
@@ -0,0 +1,7 @@
---
- name: set SELinux permissions on binary
sefcontext:
target: "/home/appuser/wo-bisch-web/wo-bisch-web"
setype: bin_t
notify:
- Restore selinux context