ansible-repo/environments/just-created/group_vars/all/ssh-creds.yml

5 lines
134 B
YAML
Raw Normal View History

2024-10-22 16:16:43 +10:00
---
ansible_ssh_user: root
ansible_ssh_pass: admin
ansible_sudo_pass: admin
ansible_ssh_private_key_file: '/home/hogweed1/id25519.key'