Changeset - 7d6c3c67caee
[Not reviewed]
2 3 0
Branko Majic (branko) - 4 years ago 2020-05-06 12:28:11
branko@majic.rs
MAR-152: Drop support for Debian 8 Jessie from the ldap_server role.
5 files changed with 1 insertions and 188 deletions:
0 comments (0 inline, 0 general)
docs/rolereference.rst
Show inline comments
 
@@ -768,13 +768,12 @@ Parameters
 

	
 
Distribution compatibility
 
~~~~~~~~~~~~~~~~~~~~~~~~~~
 

	
 
Role is compatible with the following distributions:
 

	
 
- Debian 8 (Jessie)
 
- Debian 9 (Stretch)
 

	
 

	
 
Examples
 
~~~~~~~~
 

	
roles/ldap_server/molecule/default/molecule.yml
Show inline comments
 
@@ -12,46 +12,21 @@ lint:
 
  options:
 
    config-file: ../../.yamllint.yml
 

	
 
platforms:
 

	
 
  - name: client
 
    box: debian/contrib-jessie64
 
    box: debian/contrib-stretch64
 
    memory: 512
 
    cpus: 1
 
    interfaces:
 
      - auto_config: true
 
        ip: 10.31.127.10
 
        network_name: private_network
 
        type: static
 

	
 
  - name: parameters-mandatory-jessie64.local
 
    groups:
 
      - parameters-mandatory
 
    box: debian/contrib-jessie64
 
    memory: 256
 
    cpus: 1
 
    interfaces:
 
      - auto_config: true
 
        ip: 10.31.127.20
 
        network_name: private_network
 
        type: static
 

	
 
  - name: parameters-optional-jessie64
 
    groups:
 
      - parameters-optional
 
      - backup-server
 
    box: debian/contrib-jessie64
 
    memory: 256
 
    cpus: 1
 
    interfaces:
 
      - auto_config: true
 
        ip: 10.31.127.21
 
        network_name: private_network
 
        type: static
 

	
 
  - name: parameters-mandatory-stretch64.local
 
    groups:
 
      - parameters-mandatory
 
    box: debian/contrib-stretch64
 
    memory: 256
 
    cpus: 1
roles/ldap_server/molecule/default/prepare.yml
Show inline comments
 
@@ -42,14 +42,12 @@
 
        line: "{{ item.key }} {{ item.value }}"
 
        owner: root
 
        group: root
 
        mode: 0644
 
        state: present
 
      with_dict:
 
        10.31.127.20: parameters-mandatory-jessie64.local
 
        10.31.127.21: parameters-optional-jessie64
 
        10.31.127.22: parameters-mandatory-stretch64.local
 
        10.31.127.23: parameters-optional-stretch64
 

	
 
- hosts: parameters-optional
 
  become: true
 
  tasks:
roles/ldap_server/molecule/default/tests/data/x509/parameters-mandatory-jessie64.local_ldap.key
Show inline comments
 
deleted file
roles/ldap_server/molecule/default/tests/data/x509/parameters-mandatory-jessie64.local_ldap.pem
Show inline comments
 
deleted file
0 comments (0 inline, 0 general)