From c58073a4dece5de6774aabbdb1186e3b6faab60e Mon Sep 17 00:00:00 2001 From: bart Date: Fri, 17 Apr 2026 13:03:57 +0200 Subject: [PATCH] Initial commit --- .gitignore | 18 ++++++++++++++++++ README.md | 3 +++ 2 files changed, 21 insertions(+) create mode 100644 .gitignore create mode 100644 README.md diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..b4ac801 --- /dev/null +++ b/.gitignore @@ -0,0 +1,18 @@ +# ---> Ansible +*.retry + +# ---> Linux +*~ + +# temporary files which can be created if a process still has a handle open of a deleted file +.fuse_hidden* + +# KDE directory preferences +.directory + +# Linux trash folder which might appear on any partition or disk +.Trash-* + +# .nfs files are created when an open file is removed but is still being accessed +.nfs* + diff --git a/README.md b/README.md new file mode 100644 index 0000000..078e4ca --- /dev/null +++ b/README.md @@ -0,0 +1,3 @@ +# ansible + +Ansible playbooks and config \ No newline at end of file