From 4f8ad28544d0cfde870e56c9de13141db25512a9 Mon Sep 17 00:00:00 2001 From: moeny-matt Date: Mon, 7 Apr 2025 17:44:46 -0400 Subject: [PATCH] Separate alpine and ubuntu VM inventory --- bolt_vm_automation/inventory.yaml | 21 ++++++++++++++++++--- 1 file changed, 18 insertions(+), 3 deletions(-) diff --git a/bolt_vm_automation/inventory.yaml b/bolt_vm_automation/inventory.yaml index 8160708..ff5392c 100644 --- a/bolt_vm_automation/inventory.yaml +++ b/bolt_vm_automation/inventory.yaml @@ -22,7 +22,24 @@ groups: private-key: ~/.ssh/DMMF-20211104 host-key-check: false - - name: current-vms + - name: alpine-vms + config: + transport: ssh + ssh: + user: moeny + private-key: ~/.ssh/DMMF-20211104 + host-key-check: false + targets: + - name: moeny-ns99 + uri: ns99.moeny.internal + - name: moeny-vaultwarden01 + uri: vault.moeny.internal + - name: moeny-victorinox + uri: victorinox.moeny.ai + - name: moeny-vpn01 + uri: vpn01.moeny.ai + + - name: ubuntu-vms config: transport: ssh ssh: @@ -48,8 +65,6 @@ groups: 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