ssh working
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user