Changeset - 6ca9ddfc982f
[Not reviewed]
0 4 0
Branko Majic (branko) - 2 months ago 2024-02-10 14:56:31
branko@majic.rs
MAR-191: Dropped support for Debian 10 Buster from the mail_forwarder role.
4 files changed with 0 insertions and 51 deletions:
0 comments (0 inline, 0 general)
docs/rolereference.rst
Show inline comments
 
@@ -1389,7 +1389,6 @@ Distribution compatibility
 

	
 
Role is compatible with the following distributions:
 

	
 
- Debian 10 (Buster)
 
- Debian 11 (Bullseye)
 

	
 

	
roles/mail_forwarder/meta/main.yml
Show inline comments
 
@@ -11,5 +11,4 @@ galaxy_info:
 
  platforms:
 
    - name: Debian
 
      versions:
 
        - 10
 
        - 11
roles/mail_forwarder/molecule/default/molecule.yml
Show inline comments
 
@@ -49,52 +49,6 @@ platforms:
 
        type: static
 

	
 

	
 
  # Buster
 
  # ======
 

	
 
  - name: parameters-mandatory-buster
 
    groups:
 
      - parameters-mandatory
 
    box: debian/contrib-buster64
 
    memory: 256
 
    cpus: 1
 
    provider_raw_config_args:
 
      - "customize ['modifyvm', :id, '--paravirtprovider', 'minimal']"
 
    interfaces:
 
      - auto_config: true
 
        ip: 192.168.56.21
 
        network_name: private_network
 
        type: static
 

	
 
  - name: parameters-optional-buster
 
    groups:
 
      - parameters-optional
 
    box: debian/contrib-buster64
 
    memory: 256
 
    cpus: 1
 
    provider_raw_config_args:
 
      - "customize ['modifyvm', :id, '--paravirtprovider', 'minimal']"
 
    interfaces:
 
      - auto_config: true
 
        ip: 192.168.56.22
 
        network_name: private_network
 
        type: static
 

	
 
  - name: parameters-no-incoming-buster
 
    groups:
 
      - parameters-no-incoming
 
    box: debian/contrib-buster64
 
    memory: 256
 
    cpus: 1
 
    provider_raw_config_args:
 
      - "customize ['modifyvm', :id, '--paravirtprovider', 'minimal']"
 
    interfaces:
 
      - auto_config: true
 
        ip: 192.168.56.23
 
        network_name: private_network
 
        type: static
 

	
 

	
 
  # Bullseye
 
  # ========
 

	
roles/mail_forwarder/molecule/default/prepare.yml
Show inline comments
 
@@ -66,9 +66,6 @@
 
      with_dict:
 
        192.168.56.11: "mail-server domain1"
 
        192.168.56.12: "client1"
 
        192.168.56.21: "parameters-mandatory-buster"
 
        192.168.56.22: "parameters-optional-buster"
 
        192.168.56.23: "parameters-no-incoming-buster"
 
        192.168.56.31: "parameters-mandatory-bullseye"
 
        192.168.56.32: "parameters-optional-bullseye"
 
        192.168.56.33: "parameters-no-incoming-bullseye"
0 comments (0 inline, 0 general)