update README

This commit is contained in:
Lukas Greve
2025-10-24 14:58:15 +02:00
parent d6c1084a25
commit a04bb97657

View File

@@ -7,12 +7,10 @@ To deploy a Rocky Linux virtual machine, please go to [this repository](https://
## Repository Structure ## Repository Structure
``` ```
.
├── ansible.cfg # Ansible configuration settings ├── ansible.cfg # Ansible configuration settings
├── inventory.ini # Host inventory definition ├── inventory.ini # Host inventory definition
├── setup.yml # Main playbook for Gitea Runner configuration ├── setup.yml # Main playbook for Gitea Runner configuration
├── update.yml # Playbook to ensure system is up-to-date ├── update.yml # Playbook to ensure system is up-to-date
``` ```
## Prerequisites ## Prerequisites
@@ -38,9 +36,10 @@ To deploy a Rocky Linux virtual machine, please go to [this repository](https://
ls ~/.ssh/terraform_key ls ~/.ssh/terraform_key
``` ```
3. **Run the playbook**: 3. **Run the playbooks**:
```bash ```bash
ansible-playbook site.yml ansible-playbook update.yml
ansible-playbook setup.yml
``` ```
## What This Does ## What This Does