From 2f6ec13ee6985a3e87fd659b641278b48370d679 Mon Sep 17 00:00:00 2001 From: savagebidoof Date: Thu, 7 Mar 2024 05:21:50 +0100 Subject: [PATCH] Slightly updated the README.md --- README.md | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 980b9a4..89ccc2a 100644 --- a/README.md +++ b/README.md @@ -98,7 +98,9 @@ ansible_become_password: Password used to execute `sudo` # Actual vars set_hostname: New hostname for the device, by default will obtain it's values from the variable `ansible_host` aka. the URL specified to connect to such device. -is_master: This variable determines which playbooks will run. +is_master: This variable determines which playbooks will run. (default false) +is_proxmox_vm: If true it will install the quemu agent for monitoring. (default false) +setup_only: If true will prevent creating/joining a kubernetes cluster. # Cluster shit kubeadm_join_path: File path that will store the `kubeadm join` command to be executed by the worker nodes. @@ -113,7 +115,8 @@ _kubeadm_join_command: Placeholder, will be populated at later stages of the scr - Update -> Upgrade. - Uninstalls `containerd`. - Installs Docker (Debian) and Kubernetes repos. -- Installs `containerd.io`, `kubelet`, `kubeadm`, `kubectl`, `git`, `vim`. +- Installs `containerd.io`, `kubelet`, `kubeadm`, `kubectl`, `git`, `vim`. (and others) +- If the variable `is_proxmox_vm` is set to true, will also install the quemu agent. - Sets default config for `containerd` with cGroups enabled. - Enables some `iptables` modules. - "Resets" `/etc/hosts` file @@ -137,7 +140,7 @@ _kubeadm_join_command: Placeholder, will be populated at later stages of the scr #### tasks_end.yaml -- As per the moment, only reboots. +- As per the moment, deletes the "default user specified" (usually orangepi, on my scenario atleast) then reboots the system. # USAGE