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
```
.
├── 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