ls-2024-selection/ansible/inventory.yml

11 lines
281 B
YAML
Raw Normal View History

2024-02-02 10:07:31 +01:00
---
all:
hosts:
ls-node:
ansible_connection: ssh
ansible_become: yes
ansible_become_method: sudo
2024-02-02 10:09:44 +01:00
ansible_host: 64.227.120.192
ansible_ssh_user: root
ansible_ssh_private_key_file: "/home/spagnologasper/.ssh/keys/id_ed25519_ls2024_prep"