11 lines
235 B
YAML
11 lines
235 B
YAML
|
---
|
||
|
ansible_user: "{{ user }}"
|
||
|
ansible_host: 192.168.20.25
|
||
|
ansible_port: 22
|
||
|
ansible_ssh_private_key_file: "{{ pk_path }}"
|
||
|
ansible_become_pass: "{{ vault.k3s.server01.sudo }}"
|
||
|
|
||
|
host:
|
||
|
hostname: "k3s-agent00"
|
||
|
ip: "{{ ansible_host }}"
|