update README.md

This commit is contained in:
agatha 2025-04-26 14:01:59 -04:00
parent 3abc8bb572
commit b8393e881a

View File

@ -12,14 +12,14 @@ a base system and installing Tor.
- **system_update** - Role to update the system - **system_update** - Role to update the system
- **tor** - Role to install Tor - **tor** - Role to install Tor
## Plays ## Playbooks
- **playbooks/setup_base_system.yml** - Sets up the base system - **playbooks/setup_base_system.yml** - Sets up the base system
- Can generate passwords with the `generate_user_password` variable - Can generate passwords with the `generate_user_password` variable
- Passwords will be placed in a file called `generated_passwords.txt` - Passwords will be placed in a file called `generated_passwords.txt`
- **playbooks/update_systems.yml** - Updates the systems - **playbooks/update_systems.yml** - Updates the systems
- **playbooks/install_tor.yml** - Installs Tor for all hosts in the `tor_systems` group - **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 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. repository includes a Vagrantfile, Ansible test configuration, and a test inventory.