From 7c70c5a6a81859a7433bd685897b6a8aafe90d01 Mon Sep 17 00:00:00 2001 From: Timothy Stewart Date: Wed, 14 Sep 2022 20:48:28 -0500 Subject: [PATCH] chore(docs): Updated with ansible utils --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 59166c5..cae246a 100644 --- a/README.md +++ b/README.md @@ -29,7 +29,8 @@ 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.