first commit
This commit is contained in:
10
inventory/production/group_vars/all.yml
Normal file
10
inventory/production/group_vars/all.yml
Normal 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') }}"
|
||||
|
||||
4
inventory/production/hosts.yml
Normal file
4
inventory/production/hosts.yml
Normal file
@@ -0,0 +1,4 @@
|
||||
all:
|
||||
hosts:
|
||||
localhost:
|
||||
ansible_connection: local
|
||||
Reference in New Issue
Block a user