mirror of
https://github.com/BluemediaGER/homelab.git
synced 2024-11-09 23:25:29 +01:00
3 lines
122 B
YAML
3 lines
122 B
YAML
ansible_user: root
|
|
ansible_ssh_private_key_file: ~/.ssh/id_rsa
|
|
ssh_public_key: "{{ lookup('file', '~/.ssh/id_rsa.pub') }}" |