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