forked from retr0h/ansible-etcd
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathmolecule.yml
46 lines (41 loc) · 1022 Bytes
/
molecule.yml
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
---
molecule:
test:
# sequence of commands to run when performing `molecule test`
sequence:
- destroy
- create
- converge
- verify
- destroy
vagrant:
raw_config_args:
- "ssh.insert_key = false"
platforms:
- name: centos-6.7
box: bento/centos-6.7
#init:
# # default platform to populate when doing `molecule init`
# platform:
# name: trusty64
# box: trusty64
# box_url: https://vagrantcloud.com/ubuntu/boxes/trusty64/versions/14.04/providers/virtualbox.box
# # templates to use when creating files during `molecule init`
# templates:
# molecule: molecule.yml.j2
# playbook: playbook.yml.j2
# spec_helper: spec_helper.rb.j2
# default_spec: default_spec.rb.j2
providers:
- name: vmware_fusion
type: vmware_fusion
instances:
- name: etcd-01
ansible_groups:
- etcd
#- name: etcd-02
# ansible_groups:
# - etcd
#- name: etcd-03
# ansible_groups:
# - etcd