Configure system requirements for k3s-ansible
masterTo use this playbook, ensure the following environment conditions are met:
- Control Node: Must have Ansible 2.11+ installed.
- Python Dependency: The
netaddrpackage must be available to Ansible. If usingpipto install Ansible, installnetaddrinto the same virtual environment. - SSH Access:
serverandagentnodes should have passwordless SSH access. If not, you must append--ask-pass --ask-become-passto your Ansible commands. - Supported OS: Debian (tested on v11), Ubuntu (tested on v22.04), and Rocky (tested on v9).
- Supported Architectures: x64, arm64, and armhf.