From e9198c60e886f6eeb596635ac960099a5ad369b3 Mon Sep 17 00:00:00 2001 From: Timothy Stewart Date: Wed, 14 Sep 2022 20:35:45 -0500 Subject: [PATCH] chore(docs): Updated with ansible utils --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 88f174f..59166c5 100644 --- a/README.md +++ b/README.md @@ -30,8 +30,11 @@ 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/). 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. + - `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 [ansible.utils](https://galaxy.ansible.com/ansible/utils) by `running ansible-galaxy collection install ansible.utils` + ## 🚀 Getting Started ### 🍴 Preparation