Add support for deploying to Equinix Metal bare-metal servers
[kuberef.git] / playbooks / roles / pre-install / molecule / default / molecule.yml
1 ---
2 # SPDX-license-identifier: Apache-2.0
3 ##############################################################################
4 # Copyright (c) 2020 Samsung Electronics
5 # All rights reserved. This program and the accompanying materials
6 # are made available under the terms of the Apache License, Version 2.0
7 # which accompanies this distribution, and is available at
8 # http://www.apache.org/licenses/LICENSE-2.0
9 ##############################################################################
10 dependency:
11   name: galaxy
12 driver:
13   name: docker
14 lint: |
15   set -e
16   yamllint -c ../../../.yamllint .
17   ansible-lint
18 platforms:
19   - name: centos_7
20     image: centos:7
21 provisioner:
22   name: ansible
23 verifier:
24   name: testinfra
25   lint:
26     name: flake8