aboutsummaryrefslogtreecommitdiff
path: root/ansible
diff options
context:
space:
mode:
Diffstat (limited to 'ansible')
-rw-r--r--ansible/kubespray.md16
1 files changed, 16 insertions, 0 deletions
diff --git a/ansible/kubespray.md b/ansible/kubespray.md
new file mode 100644
index 0000000..1bc08c5
--- /dev/null
+++ b/ansible/kubespray.md
@@ -0,0 +1,16 @@
+# Kubespray
+
+[kubespray.io](https://kubespray.io/#/)
+
+> Deploy a Production Ready Kubernetes Cluster
+
+
+## Requirements
+
+On the Ansible orchestrator, `python3-netaddr` needs to be installed.
+
+As well as the content of `requirements.txt`
+
+```sh
+pip install -r requirements.txt
+```