Create ansible role

This commit is contained in:
itdoginfo
2024-04-17 11:59:31 +03:00
parent 8ca4fb08d6
commit 0c893e7683
12 changed files with 973 additions and 0 deletions

21
.github/workflows/public-galaxy.yml vendored Normal file
View File

@@ -0,0 +1,21 @@
name: Public to Ansible Galaxy
on:
push:
branches: [ "role" ]
paths:
- .github/**
- domain-routing-openwrt/**
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: checkout
uses: actions/checkout@v4
- name: galaxy
uses: robertdebock/galaxy-action@1.2.0
with:
galaxy_api_key: ${{ secrets.galaxy_api_key }}
path: domain-routing-openwrt
git_branch: role