Refactor CI pipelien and enable molecule testing #1
@ -3,7 +3,7 @@
|
|||||||
hosts: localhost
|
hosts: localhost
|
||||||
connection: local
|
connection: local
|
||||||
gather_facts: false
|
gather_facts: false
|
||||||
no_log: "{{ not (lookup('env', 'MOLECULE_DEBUG') | bool or molecule_yml.provisioner.log|default(false) | bool) }}"
|
#no_log: "{{ not (lookup('env', 'MOLECULE_DEBUG') | bool or molecule_yml.provisioner.log|default(false) | bool) }}"
|
||||||
vars:
|
vars:
|
||||||
ssh_port: 22
|
ssh_port: 22
|
||||||
ssh_user: "{{ lookup('env', 'USER') }}"
|
ssh_user: "{{ lookup('env', 'USER') }}"
|
||||||
|
@ -7,7 +7,7 @@ lint:
|
|||||||
name: yamllint
|
name: yamllint
|
||||||
enabled: False
|
enabled: False
|
||||||
platforms:
|
platforms:
|
||||||
- name: instance
|
- name: gce-centos-7
|
||||||
zone: europe-north1-a
|
zone: europe-north1-a
|
||||||
machine_type: f1-micro
|
machine_type: f1-micro
|
||||||
image: centos-7
|
image: centos-7
|
||||||
|
Loading…
Reference in New Issue
Block a user