From 76718a010cd1499e4d810920925e7a45e0b235b5 Mon Sep 17 00:00:00 2001 From: Techno Tim Date: Wed, 14 Sep 2022 21:32:34 -0500 Subject: [PATCH] chore(docs): Updated with ansible collections install (#89) * chore(docs): Fixing thanks section * chore(docs): Updated with collections command --- README.md | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 88f174f..1a954fa 100644 --- a/README.md +++ b/README.md @@ -29,9 +29,13 @@ on processor architecture: ## ✅ System requirements - 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/). - Furthermore, the [`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. + +- [`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 install -r ./collections/requirements.yml` + ## 🚀 Getting Started ### 🍴 Preparation @@ -110,9 +114,7 @@ You can find more information about it [here](molecule/README.md). ## Thanks 🤝 -This repo is really standing on the shoulders of giants. To all those who have contributed. - -Thanks 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 tanks 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)