clan-infra/README.md
DavHau 3742ec99b9
Some checks failed
build / test (push) Failing after 10s
homepage: deprecate deployment instructions
now lives at clan/clan-homepage
2023-07-17 23:26:10 +02:00

27 lines
492 B
Markdown

# clan-infra
This repository contains nixos modules and terraform code that powers clan.lol.
The website and git hosting is currently on [hetzner](https://www.hetzner.com/).
## Servers
- web01:
- soon to be replaced by baremetal hardware
- Instance type: CPX42
- CPU: 8 vCPUs on AMD
- RAM: 16GB
- Drives: 80GB SSD
## To deploy new ssh keys on hcloud:
```
$ cd ./targets/admins
$ ./tf.sh apply
```
## To deploy a server i.e. web01:
```
$ cd ./targets/web01
$ ./tf.sh apply
```