18 lines
362 B
YAML
18 lines
362 B
YAML
all:
|
|
vars:
|
|
ansible_user: nik
|
|
ansible_ssh_private_key_file: ~/.ssh/id_ed25519-nik-macbookair
|
|
|
|
children:
|
|
k3s_server:
|
|
hosts:
|
|
minisforum:
|
|
ansible_host: 192.168.7.77
|
|
ansible_port: 430
|
|
|
|
k3s_agents:
|
|
hosts:
|
|
# debian will be added here in Phase 2
|
|
# debian:
|
|
# ansible_host: 192.168.7.X
|