git.lirion.de

Of git, get, and gud

aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authormail_redacted_for_web 2026-01-15 14:53:20 +0100
committermail_redacted_for_web 2026-01-15 14:53:20 +0100
commit69d0cd8cd9ca9fba5cfa77cfd1332b4aa98e8b45 (patch)
treef1f86a22c418c03dd34f5e59986e5229035b8b48 /README.md
parent4f0b5cb177f98c7f1d80504f94eeba94f721d2de (diff)
downloados-patch-69d0cd8cd9ca9fba5cfa77cfd1332b4aa98e8b45.tar.bz2
Adding ad-hoc patch script, readme, and licence informationv0.9.0
Diffstat (limited to 'README.md')
-rw-r--r--README.md20
1 files changed, 20 insertions, 0 deletions
diff --git a/README.md b/README.md
new file mode 100644
index 0000000..0460bd5
--- /dev/null
+++ b/README.md
@@ -0,0 +1,20 @@
+# Content
+
+The repository is split into two parts:
+
+## /patch.yaml and /roles
+
+This contains an Ansible approach to patching.
+
+## /bin
+
+This contains a standalone shell scripts for patching.
+
+# To-Dos
+
+What's a repository without proper to-dos? :-)
+
+1. The shell script has some approaches to parametrising native patching binaries.
+ Wherever we cannot use an Ansible module without shell commands (I'm looking
+ at you, zypper!), this needs to be synced.
+2. Introduce variables for parametrising (e.g. skipping auxiliaries like rkhunter, ...)