From b479965a80e579ebad2b2b1ba7eca2d2cc04c13b Mon Sep 17 00:00:00 2001 From: GDWR Date: Fri, 10 Feb 2023 13:57:09 +0000 Subject: Add `local_testing` utilizing vagrant and virtualbox to create an environment that we can test ansible updates in --- README.md | 3 +++ 1 file changed, 3 insertions(+) (limited to 'README.md') diff --git a/README.md b/README.md index ac10a37..4a6e166 100644 --- a/README.md +++ b/README.md @@ -13,6 +13,9 @@ requirements.txt # Python requirements ``` ## Local Environment Setup + +To setup a local environment using VMs for testing, [Read here](./local_testing/README.md) + 1. Create a virtual environment: `python -m venv venv` 1. Activate the virtual environment - Windows: `.\venv\Scripts\activate` -- cgit v1.2.3