From 77e0ffa5a18d98b700874a6e97a35a7118b8ea0e Mon Sep 17 00:00:00 2001 From: Booklordofthedings Date: Mon, 2 Jun 2025 17:45:32 +0200 Subject: [PATCH] Initial commit --- .gitignore | 3 +++ README.md | 3 +++ 2 files changed, 6 insertions(+) create mode 100644 .gitignore create mode 100644 README.md diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..5c199eb --- /dev/null +++ b/.gitignore @@ -0,0 +1,3 @@ +# ---> Ansible +*.retry + diff --git a/README.md b/README.md new file mode 100644 index 0000000..8a97f56 --- /dev/null +++ b/README.md @@ -0,0 +1,3 @@ +# Ansible-Config + +My personal Ansible Configuration \ No newline at end of file