first commit

This commit is contained in:
2026-02-16 17:41:03 +00:00
commit 3f15490a0d
1055 changed files with 194272 additions and 0 deletions

View File

@@ -0,0 +1,10 @@
hcloud_token: "{{ lookup('env','HCLOUD_TOKEN') }}"
hcloud_location: fsn1
hcloud_server_type: cx23
hcloud_image: ubuntu-24.04
hcloud_ssh_public_key: "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAINlDwu2tuQjOEoXAQStZ2dDzs5dEXjB4y8A1qSbqcp0K joachim@ansible-2"
hcloud_firewalls:
- firewall-ssh-login-dev
supabase_url: "https://samqhjjgazavnyuiprah.supabase.co"
supabase_api_key: "{{ lookup('env','SUPABASE_SERVICE_KEY') }}"

View File

@@ -0,0 +1,4 @@
all:
hosts:
localhost:
ansible_connection: local