Skip to content

feat: set DNS for containers (#26) #127

feat: set DNS for containers (#26)

feat: set DNS for containers (#26) #127

Workflow file for this run

---
name: 'CI'
on:
workflow_dispatch: {}
push:
branches:
- '**'
tags-ignore:
- '**'
defaults:
run:
working-directory: 'netr0m.infra'
jobs:
lint:
uses: ./.github/workflows/lint.yml
with:
dirname: 'netr0m.infra'
secrets:
ANSIBLE_ROLE_SVC_SSH_KEY: ${{ secrets.ANSIBLE_ROLE_SVC_SSH_KEY }}
molecule:
uses: ./.github/workflows/molecule.yml
with:
dirname: 'netr0m.infra'
secrets:
ANSIBLE_ROLE_SVC_SSH_KEY: ${{ secrets.ANSIBLE_ROLE_SVC_SSH_KEY }}
...