update README.md

This commit is contained in:
agatha 2025-04-26 14:01:16 -04:00
parent 254d098dd3
commit 3abc8bb572

View File

@ -1,5 +1,17 @@
# Ansible Rollout Playbooks # Ansible Rollout Playbooks
This repository contains a collection of Ansible playbooks and roles for setting up
a base system and installing Tor.
## Roles
- **base_setup** - Role to set up a base system
- Installs basic packages
- Sets time zone
- Sets up authorized key for user
- Creates user with or without password
- **system_update** - Role to update the system
- **tor** - Role to install Tor
## Plays ## Plays
- **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