From b8393e881aadab03986f5f7c2d1524a131642d34 Mon Sep 17 00:00:00 2001 From: agatha Date: Sat, 26 Apr 2025 14:01:59 -0400 Subject: [PATCH] update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 23c787e..d7191ff 100644 --- a/README.md +++ b/README.md @@ -12,14 +12,14 @@ a base system and installing Tor. - **system_update** - Role to update the system - **tor** - Role to install Tor -## Plays +## Playbooks - **playbooks/setup_base_system.yml** - Sets up the base system - Can generate passwords with the `generate_user_password` variable - Passwords will be placed in a file called `generated_passwords.txt` - **playbooks/update_systems.yml** - Updates the systems - **playbooks/install_tor.yml** - Installs Tor for all hosts in the `tor_systems` group -### Testing Plays +## Testing If you would like to test out the plays before using them on your live systems, this repository includes a Vagrantfile, Ansible test configuration, and a test inventory.