Files
@ 81d9f39496d4
Branch filter:
Location: majic-ansible-roles/roles/mail_forwarder/molecule/default/molecule.yml - annotation
81d9f39496d4
2.2 KiB
text/x-yaml
MAR-218: Fix execution of the LDAP database permissions module:
- Python interpreter path must be specified explicitly (without the
env wrapper).
- Python interpreter path must be specified explicitly (without the
env wrapper).
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 | fb5e4e372902 fb5e4e372902 94cf74211121 94cf74211121 94cf74211121 fb5e4e372902 fb5e4e372902 fb5e4e372902 fb5e4e372902 fb5e4e372902 fb5e4e372902 fb5e4e372902 fb5e4e372902 72c0eca9f1c7 72c0eca9f1c7 72c0eca9f1c7 72c0eca9f1c7 fb5e4e372902 fb5e4e372902 fb5e4e372902 372e9ba1763f f8926d640a30 fb5e4e372902 fb5e4e372902 7974b2d60f7d 7974b2d60f7d fb5e4e372902 fb5e4e372902 c6e9add17764 fb5e4e372902 fb5e4e372902 fb5e4e372902 fb5e4e372902 fb5e4e372902 fb5e4e372902 372e9ba1763f f8926d640a30 fb5e4e372902 fb5e4e372902 7974b2d60f7d 7974b2d60f7d fb5e4e372902 fb5e4e372902 c6e9add17764 fb5e4e372902 fb5e4e372902 fb5e4e372902 72c0eca9f1c7 d8e012ba7070 d8e012ba7070 d8e012ba7070 d8e012ba7070 d8e012ba7070 d8e012ba7070 d8e012ba7070 d8e012ba7070 d8e012ba7070 d8e012ba7070 d8e012ba7070 d8e012ba7070 d8e012ba7070 d8e012ba7070 d8e012ba7070 d8e012ba7070 d8e012ba7070 d8e012ba7070 d8e012ba7070 d8e012ba7070 d8e012ba7070 d8e012ba7070 d8e012ba7070 d8e012ba7070 d8e012ba7070 d8e012ba7070 d8e012ba7070 d8e012ba7070 d8e012ba7070 d8e012ba7070 d8e012ba7070 d8e012ba7070 d8e012ba7070 d8e012ba7070 d8e012ba7070 d8e012ba7070 d8e012ba7070 d8e012ba7070 d8e012ba7070 d8e012ba7070 d8e012ba7070 d8e012ba7070 d8e012ba7070 d8e012ba7070 d8e012ba7070 fb5e4e372902 fb5e4e372902 1733003af19f 1733003af19f fb5e4e372902 1bf0f41d1854 1bf0f41d1854 e75d5d4fba3b fb5e4e372902 fb5e4e372902 fb5e4e372902 fb5e4e372902 fb5e4e372902 fb5e4e372902 fb5e4e372902 fb5e4e372902 | ---
dependency:
name: galaxy
enabled: false
driver:
name: vagrant
provider:
name: virtualbox
platforms:
# Helpers
# =======
- name: mail-server
groups:
- mail-servers
- helper
box: debian/bookworm64
memory: 256
cpus: 1
provider_raw_config_args:
- "customize ['modifyvm', :id, '--paravirtprovider', 'minimal']"
interfaces:
- auto_config: true
ip: 192.168.56.11
network_name: private_network
type: static
- name: client1
groups:
- clients
- helper
box: debian/bookworm64
memory: 256
cpus: 1
provider_raw_config_args:
- "customize ['modifyvm', :id, '--paravirtprovider', 'minimal']"
interfaces:
- auto_config: true
ip: 192.168.56.12
network_name: private_network
type: static
# Bookworm
# ========
- 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
- 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
- name: parameters-no-incoming-bookworm
groups:
- parameters-no-incoming
box: debian/bookworm64
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
provisioner:
name: ansible
playbooks:
cleanup: cleanup.yml
config_options:
defaults:
force_valid_group_names: "ignore"
interpreter_python: "/usr/bin/python3"
ssh_connection:
pipelining: "True"
scenario:
name: default
verifier:
name: testinfra
|