From 254d098dd3e3cd97b85dc833e9aa34918562cadc Mon Sep 17 00:00:00 2001 From: agatha Date: Sat, 26 Apr 2025 13:54:19 -0400 Subject: [PATCH] update README.md --- README.md | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 4177832..c8f2c5e 100644 --- a/README.md +++ b/README.md @@ -1,11 +1,11 @@ # Ansible Rollout Playbooks ## 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 - 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 +- **playbooks/update_systems.yml** - Updates the systems +- **playbooks/install_tor.yml** - Installs Tor for all hosts in the `tor_systems` group ### Testing Plays 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 ``` +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 - [agatha](https://git.juggalol.com/agatha)