Files
@ fdba88395073
Branch filter:
Location: majic-ansible-roles/roles/database/molecule/default/molecule.yml - annotation
fdba88395073
673 B
text/x-yaml
MAR-129: Updated database role for new Molecule and Ansible versions:
- Fixed linting issues.
- Moved test variables into group_vars.
- Renamed the server which effectively tests the optional
parameters (mainly the backup).
- Updated tests to use correct mechanism for obtaining the list of
hosts on top of which the tests should be run.
- Fixed linting issues.
- Moved test variables into group_vars.
- Renamed the server which effectively tests the optional
parameters (mainly the backup).
- Updated tests to use correct mechanism for obtaining the list of
hosts on top of which the tests should be run.
8278ff584984 8278ff584984 8278ff584984 8278ff584984 8278ff584984 8278ff584984 8278ff584984 8278ff584984 8278ff584984 8278ff584984 8278ff584984 fdba88395073 fdba88395073 8278ff584984 8278ff584984 8278ff584984 8278ff584984 8278ff584984 8278ff584984 8278ff584984 8278ff584984 8278ff584984 8278ff584984 fdba88395073 8278ff584984 fdba88395073 fdba88395073 8278ff584984 8278ff584984 8278ff584984 8278ff584984 8278ff584984 8278ff584984 8278ff584984 8278ff584984 8278ff584984 8278ff584984 8278ff584984 8278ff584984 8278ff584984 8278ff584984 8278ff584984 8278ff584984 8278ff584984 8278ff584984 8278ff584984 | ---
dependency: {}
driver:
name: vagrant
provider:
name: virtualbox
lint:
name: yamllint
options:
config-file: ../../.yamllint.yml
platforms:
- name: parameters-mandatory-jessie64
groups:
- parameters-mandatory
box: debian/contrib-jessie64
memory: 256
cpus: 1
- name: parameters-optional-jessie64
groups:
- parameters-optional
- backup-server
box: debian/contrib-jessie64
memory: 512
cpus: 1
provisioner:
name: ansible
config_options:
ssh_connection:
pipelining: "True"
lint:
name: ansible-lint
scenario:
name: default
verifier:
name: testinfra
lint:
name: flake8
|