Separate alpine and ubuntu VM inventory
This commit is contained in:
parent
4ce51e1e4c
commit
4f8ad28544
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user