ssh working

This commit is contained in:
bwr
2025-08-15 08:55:35 +00:00
parent 02aad24b0e
commit 2292e47e5c
13 changed files with 4249 additions and 15 deletions

View File

@@ -1,5 +1,5 @@
[defaults]
inventory = hosts.yaml
private_key_file = /root/.ssh/ansible.key
private_key_file = /root/.ssh/id_ed25519
remote_user = ansible
roles_path = roles:../roles

View File

@@ -12,3 +12,9 @@ nodes:
ansible_host: node2.pi-cluster.bwr.net
node3:
ansible_host: node3.pi-cluster.bwr.net
controllers:
hosts:
controller0:
ansible_host: pi-cluster.bwr.net