feat: initial import of RailianceHosts starter

This commit is contained in:
Bernd Worsch 2025-09-13 20:26:11 +02:00
commit 9860735f82
20 changed files with 355 additions and 0 deletions

View file

@ -0,0 +1,4 @@
# Global, non-secret variables (safe to commit).
ansible_user: admin
ssh_port: 22
timezone: Europe/Berlin

View file

@ -0,0 +1,3 @@
# Encrypt this file with SOPS before committing!
ops:
hcloud_token: "hc_XXXXXXXXXXXXXXXXXXXXXXXXXXXX" # replace; then run: sops --encrypt --in-place inventory/group_vars/secrets.sops.yaml

9
inventory/servers.yaml Normal file
View file

@ -0,0 +1,9 @@
# Minimal server registry: add your desired hosts here.
servers:
- name: core-01
labels: [core, wireguard, git]
role: "core"
region: "nbg1"
type: "cpx21"
image: "ubuntu-24.04"
ssh_user: "admin"