Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/andif888/ansible-role-frp
Role to install frp, a fast reverse proxy to help you expose a local server behind a NAT or firewall to the Internet.
https://github.com/andif888/ansible-role-frp
ansible-role frp
Last synced: 27 days ago
JSON representation
Role to install frp, a fast reverse proxy to help you expose a local server behind a NAT or firewall to the Internet.
- Host: GitHub
- URL: https://github.com/andif888/ansible-role-frp
- Owner: andif888
- Created: 2023-01-15T17:04:06.000Z (about 2 years ago)
- Default Branch: master
- Last Pushed: 2023-01-15T17:05:18.000Z (about 2 years ago)
- Last Synced: 2024-11-11T23:33:48.951Z (3 months ago)
- Topics: ansible-role, frp
- Homepage:
- Size: 1.95 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# ansible-role-frp
Role to install frp, a fast reverse proxy to help you expose a local server behind a NAT or firewall to the Internet.
## Table of content
- [Default Variables](#default-variables)
- [frp_download_url](#frp_download_url)
- [frp_install_dir](#frp_install_dir)
- [frp_install_file_tar](#frp_install_file_tar)
- [frp_version](#frp_version)
- [Dependencies](#dependencies)
- [License](#license)
- [Author](#author)---
## Default Variables
### frp_download_url
frp download url
#### Default value
```YAML
frp_download_url: https://github.com/fatedier/frp/releases/download/v{{ frp_version
}}/frp_{{ frp_version }}_linux_amd64.tar.gz
```### frp_install_dir
frp install directory
#### Default value
```YAML
frp_install_dir: /usr/local/bin
```### frp_install_file_tar
frp install filename
#### Default value
```YAML
frp_install_file_tar: frp_{{ frp_version }}_linux_amd64.tar.gz
```### frp_version
frp version
#### Default value
```YAML
frp_version: 0.46.1
```## Dependencies
None.
## License
license (GPL-2.0-or-later, MIT, etc)
## Author
andif888