diff --git a/roles/xmpp_server/molecule/default/molecule.yml b/roles/xmpp_server/molecule/default/molecule.yml index f9c34f3894953a44d9a31722fc798f807ac71a22..6c33bd67c05b3a9356977fa83dcac98a0f886b9a 100644 --- a/roles/xmpp_server/molecule/default/molecule.yml +++ b/roles/xmpp_server/molecule/default/molecule.yml @@ -14,6 +14,10 @@ lint: platforms: + + # Helpers + # ======= + - name: ldap-server box: debian/bullseye64 memory: 512 @@ -26,6 +30,10 @@ platforms: network_name: private_network type: static + + # Debian 11 Bullseye + # ================ + - name: client-bullseye groups: - clients @@ -37,7 +45,7 @@ platforms: - "customize ['modifyvm', :id, '--paravirtprovider', 'minimal']" interfaces: - auto_config: true - ip: 192.168.56.22 + ip: 192.168.56.41 network_name: private_network type: static @@ -52,7 +60,7 @@ platforms: - "customize ['modifyvm', :id, '--paravirtprovider', 'minimal']" interfaces: - auto_config: true - ip: 192.168.56.41 + ip: 192.168.56.51 network_name: private_network type: static @@ -67,7 +75,7 @@ platforms: - "customize ['modifyvm', :id, '--paravirtprovider', 'minimal']" interfaces: - auto_config: true - ip: 192.168.56.42 + ip: 192.168.56.52 network_name: private_network type: static