Slightly updated the README.md
This commit is contained in:
parent
169e8a8913
commit
2f6ec13ee6
@ -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
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user