33 lines
674 B
YAML
33 lines
674 B
YAML
|
groups:
|
||
|
- name: remote-host
|
||
|
targets:
|
||
|
- name: roscoe
|
||
|
config:
|
||
|
transport: ssh
|
||
|
ssh:
|
||
|
host: 100.40.223.136
|
||
|
user: root
|
||
|
host-key-check: false
|
||
|
- name: siderack
|
||
|
config:
|
||
|
transport: ssh
|
||
|
ssh:
|
||
|
host: 100.40.223.138
|
||
|
user: root
|
||
|
host-key-check: false
|
||
|
|
||
|
- name: new-vm
|
||
|
targets:
|
||
|
- name: vm-template-staging
|
||
|
config:
|
||
|
transport: ssh
|
||
|
ssh:
|
||
|
host: 100.40.223.190
|
||
|
user: moeny
|
||
|
private-key: ~/.ssh/DMMF-20211104
|
||
|
host-key-check: false
|
||
|
|
||
|
config:
|
||
|
ssh:
|
||
|
native-ssh: true
|