initial commit
This commit is contained in:
11
group_vars/all.yml
Normal file
11
group_vars/all.yml
Normal 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"
|
||||
Reference in New Issue
Block a user