Files
@ 23200e1ae9a8
Branch filter:
Location: majic-ansible-roles/roles/mail_server/molecule.yml - annotation
23200e1ae9a8
1.2 KiB
text/x-yaml
MAR-114: Updated task syntax for mail roles:
- Updated mail_server and mail_forwarder roles.
- Added and removed quoting where it makes sense.
- Switched to using expanded syntax (instead of one-liners).
- Updated ordering of arguments in task definitions.
- Updated mail_server and mail_forwarder roles.
- Added and removed quoting where it makes sense.
- Switched to using expanded syntax (instead of one-liners).
- Updated ordering of arguments in task definitions.
0004ec73b902 0004ec73b902 0004ec73b902 0004ec73b902 0004ec73b902 0004ec73b902 0004ec73b902 0004ec73b902 0004ec73b902 0004ec73b902 0004ec73b902 0004ec73b902 0004ec73b902 0004ec73b902 0004ec73b902 0004ec73b902 0004ec73b902 277c561f3f52 0004ec73b902 0004ec73b902 0004ec73b902 0004ec73b902 0004ec73b902 0004ec73b902 0004ec73b902 0004ec73b902 0004ec73b902 0004ec73b902 0004ec73b902 0004ec73b902 0004ec73b902 0004ec73b902 0004ec73b902 0004ec73b902 0004ec73b902 0004ec73b902 0004ec73b902 0004ec73b902 0004ec73b902 0004ec73b902 0004ec73b902 0004ec73b902 0004ec73b902 0004ec73b902 0004ec73b902 0004ec73b902 0004ec73b902 0004ec73b902 0004ec73b902 0004ec73b902 0004ec73b902 0004ec73b902 0004ec73b902 0004ec73b902 0004ec73b902 0004ec73b902 0004ec73b902 0004ec73b902 0004ec73b902 0004ec73b902 0004ec73b902 0004ec73b902 0004ec73b902 0004ec73b902 0004ec73b902 0004ec73b902 0004ec73b902 | ---
dependency: {}
driver:
name: vagrant
vagrant:
platforms:
- name: debian-jessie64
box: debian/contrib-jessie64
providers:
- name: virtualbox
type: virtualbox
options:
memory: 768
cpus: 1
instances:
- name: ldap-server
interfaces:
- network_name: private_network
type: static
ip: 10.31.127.10
auto_config: yes
- name: client1
groups:
- client
interfaces:
- network_name: private_network
type: static
ip: 10.31.127.20
auto_config: yes
- name: client2
groups:
- client
interfaces:
- network_name: private_network
type: static
ip: 10.31.127.21
auto_config: yes
- name: parameters-mandatory
groups:
- mail_server
interfaces:
- network_name: private_network
type: static
ip: 10.31.127.30
auto_config: yes
- name: parameters-optional
groups:
- mail_server
interfaces:
- network_name: private_network
type: static
ip: 10.31.127.31
auto_config: yes
verifier:
name: testinfra
|