update README.md

This commit is contained in:
agatha 2025-04-26 13:54:19 -04:00
parent aa9d6fde55
commit 254d098dd3

View File

@ -1,11 +1,11 @@
# Ansible Rollout Playbooks # Ansible Rollout Playbooks
## 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
- 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 Plays
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
@ -19,5 +19,8 @@ ANSIBLE_CONFIG=test_ansible.cfg ansible-playbook playbooks/update_systems.yml
ANSIBLE_CONFIG=test_ansible.cfg ansible-playbook playbooks/install_tor.yml ANSIBLE_CONFIG=test_ansible.cfg ansible-playbook playbooks/install_tor.yml
``` ```
This will set up the base system with passwords generated for the user, update the systems,
and install Tor on the `tor_systems` group.
## Contributors ## Contributors
- [agatha](https://git.juggalol.com/agatha) - [agatha](https://git.juggalol.com/agatha)