File diff 76debadf4dae → 5eeaa6ef80fd
roles/common/molecule/default/molecule.yml
Show inline comments
 
@@ -24,6 +24,11 @@ platforms:
 
        ip: 192.168.56.2
 
        network_name: private_network
 
        type: static
 
      - auto_config: true
 
        ip: fd00::192:168:56:2
 
        network_name: private_network
 
        netmask: 116
 
        type: static
 

	
 
  - name: client1
 
    groups:
 
@@ -39,6 +44,11 @@ platforms:
 
        ip: 192.168.56.3
 
        network_name: private_network
 
        type: static
 
      - auto_config: true
 
        ip: fd00::192:168:56:3
 
        network_name: private_network
 
        netmask: 116
 
        type: static
 

	
 
  - name: client2
 
    groups:
 
@@ -54,6 +64,11 @@ platforms:
 
        ip: 192.168.56.4
 
        network_name: private_network
 
        type: static
 
      - auto_config: true
 
        ip: fd00::192:168:56:4
 
        network_name: private_network
 
        netmask: 116
 
        type: static
 

	
 
  - name: parameters-mandatory-bullseye
 
    groups:
 
@@ -68,6 +83,11 @@ platforms:
 
        ip: 192.168.56.31
 
        network_name: private_network
 
        type: static
 
      - auto_config: true
 
        ip: fd00::192:168:56:31
 
        network_name: private_network
 
        netmask: 116
 
        type: static
 

	
 
  - name: parameters-optional-bullseye
 
    groups:
 
@@ -82,6 +102,11 @@ platforms:
 
        ip: 192.168.56.32
 
        network_name: private_network
 
        type: static
 
      - auto_config: true
 
        ip: fd00::192:168:56:32
 
        network_name: private_network
 
        netmask: 116
 
        type: static
 

	
 
provisioner:
 
  name: ansible