Changeset - 70c044ec4a81
[Not reviewed]
0 1 0
Branko Majic (branko) - 2 years ago 2023-12-02 19:39:06
branko@majic.rs
MAR-189: Switch helper machines for ldap_server role tests to Bullseye.
1 file changed with 2 insertions and 2 deletions:
0 comments (0 inline, 0 general)
roles/ldap_server/molecule/default/molecule.yml
Show inline comments
 
@@ -12,18 +12,18 @@ lint:
 
  options:
 
    config-file: ../../.yamllint.yml
 

	
 
platforms:
 

	
 
  - name: client
 
    box: debian/contrib-buster64
 
    box: debian/bullseye64
 
    memory: 512
 
    cpus: 1
 
    interfaces:
 
      - auto_config: true
 
        ip: 192.168.56.10
 
        ip: 192.168.56.11
 
        network_name: private_network
 
        type: static
 

	
 
  - name: parameters-mandatory-buster
 
    groups:
 
      - parameters-mandatory
0 comments (0 inline, 0 general)