mirror of
https://github.com/itdoginfo/ansible-openwrt-hirkn.git
synced 2025-12-11 17:44:29 +05:00
Changed to master branch
This commit is contained in:
5
.github/workflows/public-galaxy.yml
vendored
5
.github/workflows/public-galaxy.yml
vendored
@@ -2,7 +2,7 @@ name: Public to Ansible Galaxy
|
||||
|
||||
on:
|
||||
push:
|
||||
branches: [ "role" ]
|
||||
branches: [ "master" ]
|
||||
tags:
|
||||
- '*'
|
||||
|
||||
@@ -15,5 +15,4 @@ jobs:
|
||||
- name: Publish Ansible role to Galaxy
|
||||
uses: robertdebock/galaxy-action@1.2.1
|
||||
with:
|
||||
galaxy_api_key: ${{ secrets.galaxy_api_key }}
|
||||
git_branch: 0.1.3
|
||||
galaxy_api_key: ${{ secrets.galaxy_api_key }}
|
||||
@@ -1,4 +1,4 @@
|
||||
[English role README](https://github.com/itdoginfo/domain-routing-openwrt/blob/role/README.EN.md)
|
||||
[English role README](https://github.com/itdoginfo/domain-routing-openwrt/blob/master/README.EN.md)
|
||||
|
||||
# Описание
|
||||
Shell скрипт и playbook для Ansible. Автоматизируют настройку роутера на OpenWrt для роутинга по доменам и спискам IP-адресов.
|
||||
|
||||
Reference in New Issue
Block a user