Add inventory of current VMs
This commit is contained in:
parent
ac06a8829a
commit
490231d45a
@ -1,20 +1,15 @@
|
|||||||
groups:
|
groups:
|
||||||
- name: remote-host
|
- name: remote-host
|
||||||
|
config:
|
||||||
|
transport: ssh
|
||||||
|
ssh:
|
||||||
|
user: root
|
||||||
|
host-key-check: false
|
||||||
targets:
|
targets:
|
||||||
- name: vortex
|
- name: vortex
|
||||||
config:
|
uri: vortex.moeny.ai
|
||||||
transport: ssh
|
|
||||||
ssh:
|
|
||||||
host: 100.40.223.136
|
|
||||||
user: root
|
|
||||||
host-key-check: false
|
|
||||||
- name: astrocore
|
- name: astrocore
|
||||||
config:
|
uri: astrocore.masiero.us
|
||||||
transport: ssh
|
|
||||||
ssh:
|
|
||||||
host: 100.40.223.137
|
|
||||||
user: root
|
|
||||||
host-key-check: false
|
|
||||||
|
|
||||||
- name: new-vm
|
- name: new-vm
|
||||||
targets:
|
targets:
|
||||||
@ -27,6 +22,37 @@ groups:
|
|||||||
private-key: ~/.ssh/DMMF-20211104
|
private-key: ~/.ssh/DMMF-20211104
|
||||||
host-key-check: false
|
host-key-check: false
|
||||||
|
|
||||||
|
- name: current-vms
|
||||||
|
config:
|
||||||
|
transport: ssh
|
||||||
|
ssh:
|
||||||
|
user: moeny
|
||||||
|
private-key: ~/.ssh/DMMF-20211104
|
||||||
|
host-key-check: false
|
||||||
|
targets:
|
||||||
|
- name: moeny-appflowy01
|
||||||
|
uri: appflowy.moeny.ai
|
||||||
|
- name: moeny-asterisk01
|
||||||
|
uri: asterisk.moeny.ai
|
||||||
|
- name: moeny-gitea01
|
||||||
|
uri: gitea.moeny.ai
|
||||||
|
- name: moeny-jitsi01
|
||||||
|
uri: jitsi.moeny.ai
|
||||||
|
- name: moeny-mail01
|
||||||
|
uri: mail01.moeny.ai
|
||||||
|
- name: moeny-ns01
|
||||||
|
uri: ns1.moeny.ai
|
||||||
|
- name: moeny-plausible01
|
||||||
|
uri: plausible.moeny.ai
|
||||||
|
- name: moeny-radicale01
|
||||||
|
uri: radicale.moeny.ai
|
||||||
|
- name: moeny-rocketchat01
|
||||||
|
uri: rocketchat.moeny.ai
|
||||||
|
- name: moeny-victorinox
|
||||||
|
uri: victorinox.moeny.ai
|
||||||
|
- name: moeny-zabbix01
|
||||||
|
uri: zabbix.moeny.ai
|
||||||
|
|
||||||
config:
|
config:
|
||||||
ssh:
|
ssh:
|
||||||
native-ssh: true
|
native-ssh: true
|
||||||
|
Loading…
Reference in New Issue
Block a user