Refactor CI pipelien and enable molecule testing #1

Merged
xoxys merged 131 commits from molecule-dev into master 2019-03-25 22:23:40 +01:00
2 changed files with 2 additions and 2 deletions
Showing only changes of commit d5e9b9e32c - Show all commits

View File

@ -3,7 +3,7 @@
hosts: localhost
connection: local
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:
ssh_port: 22
ssh_user: "{{ lookup('env', 'USER') }}"

View File

@ -7,7 +7,7 @@ lint:
name: yamllint
enabled: False
platforms:
- name: instance
- name: gce-centos-7
zone: europe-north1-a
machine_type: f1-micro
image: centos-7