Videos
For quick understanding.
Ansible is a powerful automation tool used for configuration management, application deployment, and task automation. It simplifies complex tasks, enabling efficient management and orchestration of IT infrastructure through declarative playbooks and simple, human-readable YAML syntax.
ssh-copy-idis a command that securely copies a user's SSH key to a remote server's authorized keys, allowing passwordless SSH login, enhancing security and ease of access.

update inventory file with the server IP where you wish to deploy k8s cluster.

update unput file as per your requirement.

comment the roles from main.yaml which are not required for your deployment.

Run the final command for setup -

Last updated