aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorclyhtsuriva <aimeric@adjutor.xyz>2025-03-04 19:28:22 +0100
committerclyhtsuriva <aimeric@adjutor.xyz>2025-03-04 19:28:22 +0100
commitd840cef0db13912ed4fb7b418e2409114ce6ba80 (patch)
tree709a99e39d4634d4e61af75f009e176bda38e2de
parentc4f285b83720fdaedc7820ea61ad18f1c33bab3e (diff)
Remove kubespray.md and change ansible pathsHEADmaster
-rw-r--r--ansible/kubespray.md16
-rw-r--r--set-up-homelab.md4
2 files changed, 2 insertions, 18 deletions
diff --git a/ansible/kubespray.md b/ansible/kubespray.md
deleted file mode 100644
index 1bc08c5..0000000
--- a/ansible/kubespray.md
+++ /dev/null
@@ -1,16 +0,0 @@
-# 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
-```
diff --git a/set-up-homelab.md b/set-up-homelab.md
index 6fbcfa9..6d6e159 100644
--- a/set-up-homelab.md
+++ b/set-up-homelab.md
@@ -12,8 +12,8 @@ popd
## Configure them with Ansible
```sh
-export ANSIBLE_CONFIG="$HOME/workbench/homelab-iac/ansible/ansible.cfg"
-ansible-playbook ~/workbench/homelab-iac/ansible/playbooks/bootstrap.yml
+export ANSIBLE_CONFIG="./ansible/ansible.cfg"
+ansible-playbook ./ansible/playbooks/bootstrap.yml
```