ls-2024-selection/ansible/inventory.yml

11 lines
281 B
YAML

---
all:
hosts:
ls-node:
ansible_connection: ssh
ansible_become: yes
ansible_become_method: sudo
ansible_host: 64.227.120.192
ansible_ssh_user: root
ansible_ssh_private_key_file: "/home/spagnologasper/.ssh/keys/id_ed25519_ls2024_prep"