update README
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user