Skip to content

Commit

Permalink
docs(README): Removed note about ansible version (techno-tim#243)
Browse files Browse the repository at this point in the history
  • Loading branch information
timothystewart6 committed Feb 26, 2023
1 parent 511c020 commit 4aeeb12
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,6 @@ on processor architecture:

- Control Node (the machine you are running `ansible` commands) must have Ansible 2.11+ 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/).

- Deployment environment must have Ansible 2.4.0+.

- 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.
Expand Down

0 comments on commit 4aeeb12

Please sign in to comment.