10 lines
205 B
YAML
10 lines
205 B
YAML
- id: node_1
|
|
ip: 10.0.0.2
|
|
ssh_user: vagrant
|
|
ssh_private_key_path: /vagrant/tmp/keys/ssh_private
|
|
|
|
- id: node_2
|
|
ip: 10.0.0.3
|
|
ssh_user: vagrant
|
|
ssh_private_key_path: /vagrant/tmp/keys/ssh_private
|