initial commit

This commit is contained in:
2026-03-08 08:39:41 +01:00
commit 95d2a1c758
9 changed files with 323 additions and 0 deletions

11
group_vars/all.yml Normal file
View File

@@ -0,0 +1,11 @@
---
ansible_user: pi
# Use ansible-vault to encrypt the password:
# ansible-vault encrypt_string 'your_password' --name 'vault_ssh_password'
# then put the result here.
# For now, we expect these variables to be defined, e.g. in a vault file or extra vars.
# ansible_password: "{{ vault_ssh_password }}"
# ansible_become_password: "{{ vault_become_password }}"
# Kubernetes Version
k8s_version: "1.28.0-00"