Skip to content

Manage config for invite #477

Manage config for invite

Manage config for invite #477

# Github action to run Molecule for "base"
name: loadbalancer
on:
push:
paths:
- 'roles/haproxy/**'
- 'roles/keepalived/**'
- 'roles/bind/**'
- 'molecule/loadbalancer/**'
- 'roles/selfsigned_certs/**'
- '.github/workflows/molecule-loadbalancer.yml'
pull_request:
paths:
- 'roles/haproxy/**'
- 'roles/keepalived/**'
- 'roles/bind/**'
- 'molecule/loadbalancer/**'
- 'roles/selfsigned_certs/**'
- '.github/workflows/molecule-loadbalancer.yml'
jobs:
build:
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v2
- name: Set up Python 3.8
uses: actions/setup-python@v2
with:
python-version: 3.8
- name: Installing dependencies
run: pip install jinja2 ansible molecule molecule-docker pytest-testinfra pytest setuptools
- name: Run role tests
run: molecule test -s loadbalancer