From 7b058f63048b97a71391841b47df7b23fcc034bd Mon Sep 17 00:00:00 2001 From: Emil Dabrowski Date: Mon, 2 Jan 2023 00:52:40 +0100 Subject: [PATCH] Add READMEs --- README.md | 2 ++ playbooks/kubernetes/README.md | 3 +++ 2 files changed, 5 insertions(+) create mode 100644 playbooks/kubernetes/README.md diff --git a/README.md b/README.md index 686275d..b3eb7c9 100644 --- a/README.md +++ b/README.md @@ -1 +1,3 @@ # Ansible + +Here you'll find Ansible playbooks and roles for the JILITS infrastructure 😎 diff --git a/playbooks/kubernetes/README.md b/playbooks/kubernetes/README.md new file mode 100644 index 0000000..4fa3a67 --- /dev/null +++ b/playbooks/kubernetes/README.md @@ -0,0 +1,3 @@ +# Kubernetes playbook + +This is a work-in-progress and currently only works with Vagrant, as the setup is being tested there for the moment before moving onto the real hardware.