Changeset - ae57a0d1d5cc
[Not reviewed]
0 2 0
Branko Majic (branko) - 3 years ago 2021-01-13 19:46:40
branko@majic.rs
MAR-151: Added support for Debian 10 Buster to backup role:

- Updated tests.
- Updated role reference documentation.
2 files changed with 15 insertions and 0 deletions:
0 comments (0 inline, 0 general)
docs/rolereference.rst
Show inline comments
 
@@ -2412,6 +2412,7 @@ Distribution compatibility
 
Role is compatible with the following distributions:
 

	
 
- Debian 9 (Stretch)
 
- Debian 10 (Buster)
 

	
 

	
 
Examples
roles/backup/molecule/default/molecule.yml
Show inline comments
 
@@ -14,6 +14,20 @@ lint:
 

	
 
platforms:
 

	
 
  - name: parameters-mandatory-buster64
 
    groups:
 
      - parameters-mandatory
 
    box: debian/contrib-buster64
 
    memory: 256
 
    cpus: 1
 

	
 
  - name: parameters-optional-buster64
 
    groups:
 
      - parameters-optional
 
    box: debian/contrib-buster64
 
    memory: 256
 
    cpus: 1
 

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