From a04bb976571bcf3d29933caf03a0e257087567e9 Mon Sep 17 00:00:00 2001 From: Lukas Greve Date: Fri, 24 Oct 2025 14:58:15 +0200 Subject: [PATCH] update README --- readme.md | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/readme.md b/readme.md index ed34905..78d2845 100644 --- a/readme.md +++ b/readme.md @@ -7,12 +7,10 @@ To deploy a Rocky Linux virtual machine, please go to [this repository](https:// ## Repository Structure ``` -. ├── ansible.cfg # Ansible configuration settings ├── inventory.ini # Host inventory definition ├── setup.yml # Main playbook for Gitea Runner configuration ├── update.yml # Playbook to ensure system is up-to-date - ``` ## Prerequisites @@ -38,9 +36,10 @@ To deploy a Rocky Linux virtual machine, please go to [this repository](https:// ls ~/.ssh/terraform_key ``` -3. **Run the playbook**: +3. **Run the playbooks**: ```bash - ansible-playbook site.yml + ansible-playbook update.yml + ansible-playbook setup.yml ``` ## What This Does