From 490231d45a9527d95f8e226113486372da6818ba Mon Sep 17 00:00:00 2001 From: moeny-matt Date: Fri, 4 Apr 2025 15:34:24 -0400 Subject: [PATCH] Add inventory of current VMs --- bolt_vm_automation/inventory.yaml | 50 +++++++++++++++++++++++-------- 1 file changed, 38 insertions(+), 12 deletions(-) diff --git a/bolt_vm_automation/inventory.yaml b/bolt_vm_automation/inventory.yaml index 4a333c4..8160708 100644 --- a/bolt_vm_automation/inventory.yaml +++ b/bolt_vm_automation/inventory.yaml @@ -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