Compare commits
4 Commits
fix-builda
...
v3.6.11
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
710e761197 | ||
| 36ccd41506 | |||
| 8a17ace139 | |||
| cdbd05e85c |
17
.github/workflows/trigger.yml
vendored
Normal file
17
.github/workflows/trigger.yml
vendored
Normal file
@@ -0,0 +1,17 @@
|
|||||||
|
name: Calling Docusaurus
|
||||||
|
|
||||||
|
on:
|
||||||
|
push:
|
||||||
|
branches:
|
||||||
|
- main
|
||||||
|
|
||||||
|
jobs:
|
||||||
|
dispatch:
|
||||||
|
runs-on: ubuntu-latest
|
||||||
|
steps:
|
||||||
|
- name: Repository Dispatch
|
||||||
|
uses: peter-evans/repository-dispatch@v4
|
||||||
|
with:
|
||||||
|
token: ${{ secrets.PUBLIC_REPOSITORY_DISPATCH }}
|
||||||
|
repository: gianet-us/www_gianet_us
|
||||||
|
event-type: trigger-docs-update
|
||||||
@@ -1,5 +1,5 @@
|
|||||||
ansible_role_proxy
|
# Ansible Role: Proxy
|
||||||
==================
|
|
||||||
|
|
||||||
Complete Proxy Server Role based on Traefik. This role installs and configures Traefik as a reverse proxy on Debian and Ubuntu systems.
|
Complete Proxy Server Role based on Traefik. This role installs and configures Traefik as a reverse proxy on Debian and Ubuntu systems.
|
||||||
|
|
||||||
|
|||||||
@@ -3,7 +3,7 @@
|
|||||||
|
|
||||||
## Install configuration
|
## Install configuration
|
||||||
traefik_name: 'traefik'
|
traefik_name: 'traefik'
|
||||||
traefik_version: 'v3.6.10'
|
traefik_version: 'v3.6.11'
|
||||||
traefik_opt: '/opt/{{ traefik_name }}'
|
traefik_opt: '/opt/{{ traefik_name }}'
|
||||||
traefik_etc: '/etc/{{ traefik_name }}'
|
traefik_etc: '/etc/{{ traefik_name }}'
|
||||||
traefik_url: 'https://github.com/{{ traefik_name }}/{{ traefik_name }}/releases/download/{{ traefik_version }}/{{ traefik_name }}_{{ traefik_version }}'
|
traefik_url: 'https://github.com/{{ traefik_name }}/{{ traefik_name }}/releases/download/{{ traefik_version }}/{{ traefik_name }}_{{ traefik_version }}'
|
||||||
|
|||||||
Reference in New Issue
Block a user