Add inventory of current VMs
This commit is contained in:
parent
ac06a8829a
commit
490231d45a
@ -1,20 +1,15 @@
|
||||
groups:
|
||||
- name: remote-host
|
||||
config:
|
||||
transport: ssh
|
||||
ssh:
|
||||
user: root
|
||||
host-key-check: false
|
||||
targets:
|
||||
- name: vortex
|
||||
config:
|
||||
transport: ssh
|
||||
ssh:
|
||||
host: 100.40.223.136
|
||||
user: root
|
||||
host-key-check: false
|
||||
uri: vortex.moeny.ai
|
||||
- name: astrocore
|
||||
config:
|
||||
transport: ssh
|
||||
ssh:
|
||||
host: 100.40.223.137
|
||||
user: root
|
||||
host-key-check: false
|
||||
uri: astrocore.masiero.us
|
||||
|
||||
- name: new-vm
|
||||
targets:
|
||||
@ -27,6 +22,37 @@ groups:
|
||||
private-key: ~/.ssh/DMMF-20211104
|
||||
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:
|
||||
ssh:
|
||||
native-ssh: true
|
||||
|
Loading…
Reference in New Issue
Block a user