Add more information to the README
This commit is contained in:
parent
bf8bed3879
commit
d28a8631e8
1 changed files with 26 additions and 1 deletions
27
README.md
27
README.md
|
@ -1,3 +1,28 @@
|
|||
# Home server configuration
|
||||
|
||||
Available at [comfycamp.space](https://comfycamp.space).
|
||||
This repository contains Ansible playbooks and roles used to configure [comfycamp.space](https://comfycamp.space).
|
||||
|
||||
The roles in this repository are designed to be abstract and generic,
|
||||
while the playbooks provide specific parameters for my server environment.
|
||||
|
||||
|
||||
## Usage
|
||||
|
||||
You can run the desired playbook using the following command:
|
||||
|
||||
```bash
|
||||
make playbook.yml
|
||||
```
|
||||
|
||||
|
||||
## Servers
|
||||
|
||||
I'm using 2 virtual servers:
|
||||
|
||||
1. Networking VM
|
||||
|
||||
This VM runs wireguard VPN, it allows me to access proxmox interface from anywhere.
|
||||
|
||||
2. Webserver VM
|
||||
|
||||
This VM is has encrypted storage and runs all other services except wireguard.
|
||||
|
|
Loading…
Reference in a new issue