diff --git a/README.md b/README.md index f78d716..e7879c6 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,7 @@ If you want more context on how this works, see: ๐Ÿ“„ [Documentation](https://docs.technotim.live/posts/k3s-etcd-ansible/) (including example commands) -๐Ÿ“บ [Video](https://www.youtube.com/watch?v=CbkEWcUZ7zM) +๐Ÿ“บ [Watch the Video](https://www.youtube.com/watch?v=CbkEWcUZ7zM) ## ๐Ÿ“– k3s Ansible Playbook @@ -30,12 +30,12 @@ on processor architecture: - Deployment environment must have Ansible 2.4.0+. If you need a quick primer on Ansible [you can check out my docs and setting up Ansible](https://docs.technotim.live/posts/ansible-automation/). +- You will also need to install collections that this playbook uses by running `ansible-galaxy collection install -r ./collections/requirements.yml` (importantโ—) + - [`netaddr` package](https://pypi.org/project/netaddr/) must be available to Ansible. If you have installed Ansible via apt, this is already taken care of. If you have installed Ansible via `pip`, make sure to install `netaddr` into the respective virtual environment. - `server` and `agent` nodes should have passwordless SSH access, if not you can supply arguments to provide credentials `--ask-pass --ask-become-pass` to each command. -- You will also need to install collections that this playbook uses by running `ansible-galaxy collection install -r ./collections/requirements.yml` - ## ๐Ÿš€ Getting Started ### ๐Ÿด Preparation @@ -114,7 +114,7 @@ You can find more information about it [here](molecule/README.md). ## Thanks ๐Ÿค -This repo is really standing on the shoulders of giants. Thank you to all those who have contributed and tanks to these repos for code and ideas: +This repo is really standing on the shoulders of giants. Thank you to all those who have contributed and thanks to these repos for code and ideas: - [k3s-io/k3s-ansible](https://github.com/k3s-io/k3s-ansible) - [geerlingguy/turing-pi-cluster](https://github.com/geerlingguy/turing-pi-cluster)