diff --git a/roles/mail_server/molecule.yml b/roles/mail_server/molecule.yml deleted file mode 100644 index 8f930e18945c710d34d0fcaceacd2aad05021404..0000000000000000000000000000000000000000 --- a/roles/mail_server/molecule.yml +++ /dev/null @@ -1,71 +0,0 @@ ---- - -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: 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