summaryrefslogtreecommitdiffstats
path: root/bin
diff options
context:
space:
mode:
authorMatthieu Saulnier <fantom@fedoraproject.org>2023-09-03 12:35:15 +0200
committerMatthieu Saulnier <fantom@fedoraproject.org>2023-09-03 12:35:15 +0200
commit5665fa42fddeaab1c1e70865af53d379a2890a3b (patch)
treee6d5313b5d30cd653aec242a77e41978f0eec39c /bin
parent67b6f2f78fd88521dc57c9953a26f7b2f3833f47 (diff)
downloadplaybooks-ansible-5665fa42fddeaab1c1e70865af53d379a2890a3b.tar.gz
playbooks-ansible-5665fa42fddeaab1c1e70865af53d379a2890a3b.tar.xz
playbooks-ansible-5665fa42fddeaab1c1e70865af53d379a2890a3b.zip
Add new tag for SELinux restore context command
Diffstat (limited to 'bin')
-rwxr-xr-xbin/replay2
-rwxr-xr-xbin/selinux3
2 files changed, 4 insertions, 1 deletions
diff --git a/bin/replay b/bin/replay
index 4353c40..845e1c8 100755
--- a/bin/replay
+++ b/bin/replay
@@ -8,7 +8,7 @@ WORKDIR=$SOURCES
COUNTLIMIT=3
FORK=8
TIMEOUT=300
-FLAGS="--force-handlers --skip-tags hidsdb -f $FORK -T $TIMEOUT"
+FLAGS="--force-handlers --skip-tags [hidsdb, selinux] -f $FORK -T $TIMEOUT"
###
# Stop editing, it is ready
###
diff --git a/bin/selinux b/bin/selinux
new file mode 100755
index 0000000..367c2f5
--- /dev/null
+++ b/bin/selinux
@@ -0,0 +1,3 @@
+#!/usr/bin/bash
+
+ansible-playbook -i hosts.net --tags selinux diagnostics.yml