Files
@ 3c03c2ea9d2a
Branch filter:
Location: majic-ansible-roles/roles/ldap_server/molecule.yml - annotation
3c03c2ea9d2a
843 B
text/x-yaml
MAR-128: Upgraded tests for bootstrap role:
- Switch to new Molecule configuration.
- Updated set-up playbook to use become: yes.
- Moved some preparatory steps outside of the main playbook (eases
idempotence tests).
- Updated tests to reference the yml inventory file.
- Updated tests to use new fixture (host instead of individual ones).
- Fixed some linting issues.
- Switch to new Molecule configuration.
- Updated set-up playbook to use become: yes.
- Moved some preparatory steps outside of the main playbook (eases
idempotence tests).
- Updated tests to reference the yml inventory file.
- Updated tests to use new fixture (host instead of individual ones).
- Fixed some linting issues.
7c07f17e46ba 7c07f17e46ba 070a91914ab5 070a91914ab5 070a91914ab5 070a91914ab5 7c07f17e46ba 7c07f17e46ba 7c07f17e46ba 7c07f17e46ba 7c07f17e46ba 7c07f17e46ba 7c07f17e46ba 7c07f17e46ba 7c07f17e46ba 7c07f17e46ba 7c07f17e46ba 7c07f17e46ba 7c07f17e46ba 7c07f17e46ba 7c07f17e46ba 7c07f17e46ba 7c07f17e46ba 7c07f17e46ba 7c07f17e46ba 7c07f17e46ba 064760bdc9d5 064760bdc9d5 064760bdc9d5 064760bdc9d5 064760bdc9d5 064760bdc9d5 7c07f17e46ba 064760bdc9d5 064760bdc9d5 064760bdc9d5 064760bdc9d5 064760bdc9d5 064760bdc9d5 064760bdc9d5 064760bdc9d5 064760bdc9d5 064760bdc9d5 064760bdc9d5 064760bdc9d5 7c07f17e46ba 7c07f17e46ba 7c07f17e46ba | ---
ansible:
ansiblecfg_ssh_connection:
pipelining: True
dependency: {}
driver:
name: vagrant
vagrant:
platforms:
- name: debian-jessie64
box: debian/contrib-jessie64
providers:
- name: virtualbox
type: virtualbox
options:
memory: 512
cpus: 1
instances:
- name: parameters-mandatory.local
interfaces:
- network_name: private_network
type: static
ip: 10.31.127.10
auto_config: yes
- name: parameters-optional
interfaces:
- network_name: private_network
type: static
ip: 10.31.127.11
auto_config: yes
- name: client
interfaces:
- network_name: private_network
type: static
ip: 10.31.127.12
auto_config: yes
verifier:
name: testinfra
|