Files @ befde126d803
Branch filter:

Location: majic-ansible-roles/roles/common/molecule/default/molecule.yml - annotation

branko
MAR-218: Updated project requirements for Python virtual environment:

- Switch to using Python 3.11 as the basis.
- Pin Ansible and test framework to latest available/supported
versions.
- Drop the workarounds used for older package versions.
- Group the requirements according to their use within the project.
1640ad5b4cac
1640ad5b4cac
1640ad5b4cac
1640ad5b4cac
1640ad5b4cac
1640ad5b4cac
1640ad5b4cac
1640ad5b4cac
1640ad5b4cac
1640ad5b4cac
1640ad5b4cac
6b8b1d4c9061
6b8b1d4c9061
1640ad5b4cac
1640ad5b4cac
1640ad5b4cac
fefde7a74438
1640ad5b4cac
1640ad5b4cac
7974b2d60f7d
7974b2d60f7d
1640ad5b4cac
1640ad5b4cac
68c15461075c
1640ad5b4cac
1640ad5b4cac
5eeaa6ef80fd
5eeaa6ef80fd
5eeaa6ef80fd
5eeaa6ef80fd
5eeaa6ef80fd
1640ad5b4cac
68c15461075c
63b4a5ca9bff
63b4a5ca9bff
63b4a5ca9bff
fefde7a74438
63b4a5ca9bff
63b4a5ca9bff
7974b2d60f7d
7974b2d60f7d
63b4a5ca9bff
63b4a5ca9bff
68c15461075c
63b4a5ca9bff
63b4a5ca9bff
5eeaa6ef80fd
5eeaa6ef80fd
5eeaa6ef80fd
5eeaa6ef80fd
5eeaa6ef80fd
63b4a5ca9bff
68c15461075c
63b4a5ca9bff
63b4a5ca9bff
63b4a5ca9bff
fefde7a74438
1640ad5b4cac
1640ad5b4cac
7974b2d60f7d
7974b2d60f7d
1640ad5b4cac
1640ad5b4cac
68c15461075c
325b9d16a72b
325b9d16a72b
5eeaa6ef80fd
5eeaa6ef80fd
5eeaa6ef80fd
5eeaa6ef80fd
5eeaa6ef80fd
325b9d16a72b
fefde7a74438
fefde7a74438
fefde7a74438
fefde7a74438
fefde7a74438
fefde7a74438
fefde7a74438
fefde7a74438
fefde7a74438
fefde7a74438
fefde7a74438
fefde7a74438
fefde7a74438
fefde7a74438
fefde7a74438
fefde7a74438
fefde7a74438
fefde7a74438
fefde7a74438
fefde7a74438
fefde7a74438
fefde7a74438
fefde7a74438
fefde7a74438
fefde7a74438
fefde7a74438
fefde7a74438
fefde7a74438
fefde7a74438
fefde7a74438
fefde7a74438
fefde7a74438
fefde7a74438
fefde7a74438
fefde7a74438
fefde7a74438
fefde7a74438
fefde7a74438
1640ad5b4cac
1640ad5b4cac
b1caa3b3c7ad
b1caa3b3c7ad
1640ad5b4cac
1bf0f41d1854
1bf0f41d1854
e75d5d4fba3b
1640ad5b4cac
1640ad5b4cac
1640ad5b4cac
1640ad5b4cac
1640ad5b4cac
1640ad5b4cac
1640ad5b4cac
1640ad5b4cac
1640ad5b4cac
1640ad5b4cac
1640ad5b4cac
1640ad5b4cac
---

dependency: {}

driver:
  name: vagrant
  provider:
    name: virtualbox

lint:
  name: yamllint
  options:
    config-file: ../../.yamllint.yml

platforms:
  - name: helper
    box: debian/bookworm64
    memory: 512
    cpus: 1
    provider_raw_config_args:
      - "customize ['modifyvm', :id, '--paravirtprovider', 'minimal']"
    interfaces:
      - auto_config: true
        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:
      - client
      - client-allowed
    box: debian/bookworm64
    memory: 256
    cpus: 1
    provider_raw_config_args:
      - "customize ['modifyvm', :id, '--paravirtprovider', 'minimal']"
    interfaces:
      - auto_config: true
        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:
      - client
      - client-disallowed
    box: debian/bookworm64
    memory: 256
    cpus: 1
    provider_raw_config_args:
      - "customize ['modifyvm', :id, '--paravirtprovider', 'minimal']"
    interfaces:
      - auto_config: true
        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-bookworm
    groups:
      - parameters-mandatory
    box: debian/bookworm64
    memory: 384
    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
      - auto_config: true
        ip: fd00::192:168:56:21
        network_name: private_network
        netmask: 116
        type: static

  - name: parameters-optional-bookworm
    groups:
      - parameters-optional
    box: debian/bookworm64
    memory: 384
    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
      - auto_config: true
        ip: fd00::192:168:56:22
        network_name: private_network
        netmask: 116
        type: static

provisioner:
  name: ansible
  playbooks:
    cleanup: cleanup.yml
  config_options:
    defaults:
      force_valid_group_names: "ignore"
      interpreter_python: "/usr/bin/python3"
    ssh_connection:
      pipelining: "True"
  lint:
    name: ansible-lint

scenario:
  name: default

verifier:
  name: testinfra
  lint:
    name: flake8