https://github.com/rolehippie/ngrok
Ansible role to install ngrok local tunnel proxy
https://github.com/rolehippie/ngrok
ansible ansible-role hacktoberfest role
Last synced: 6 months ago
JSON representation
Ansible role to install ngrok local tunnel proxy
- Host: GitHub
- URL: https://github.com/rolehippie/ngrok
- Owner: rolehippie
- License: apache-2.0
- Created: 2023-05-04T11:55:35.000Z (about 3 years ago)
- Default Branch: master
- Last Pushed: 2026-01-12T13:50:29.000Z (6 months ago)
- Last Synced: 2026-01-12T18:05:51.727Z (6 months ago)
- Topics: ansible, ansible-role, hacktoberfest, role
- Language: Nix
- Homepage:
- Size: 199 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# ngrok
[](https://github.com/rolehippie/ngrok)
[](https://github.com/rolehippie/ngrok/actions/workflows/general.yml)
[](https://github.com/rolehippie/ngrok/actions/workflows/docs.yml)
[](https://github.com/rolehippie/ngrok/actions/workflows/galaxy.yml)
[](https://github.com/rolehippie/ngrok/blob/master/LICENSE)
[](https://galaxy.ansible.com/rolehippie/ngrok)
Ansible role to install ngrok local tunnel proxy.
## Sponsor
Building and improving this Ansible role have been sponsored by my current and previous employers like **[Cloudpunks GmbH](https://cloudpunks.de)** and **[Proact Deutschland GmbH](https://www.proact.eu)**.
## Table of contents
- [Requirements](#requirements)
- [Default Variables](#default-variables)
- [ngrok_arch](#ngrok_arch)
- [ngrok_keyring](#ngrok_keyring)
- [Discovered Tags](#discovered-tags)
- [Dependencies](#dependencies)
- [License](#license)
- [Author](#author)
---
## Requirements
- Minimum Ansible version: `2.10`
## Default Variables
### ngrok_arch
Architecture for ngrok repo
#### Default value
```YAML
ngrok_arch: "{{ 'arm64' if ansible_architecture == 'aarch64' else 'amd64' }}"
```
### ngrok_keyring
Path for the repository keyring
#### Default value
```YAML
ngrok_keyring: /usr/share/keyrings/ngrok-archive-keyring.gpg
```
## Discovered Tags
**_ngrok_**
## Dependencies
- None
## License
Apache-2.0
## Author
[Thomas Boerger](https://github.com/tboerger)