Install and configure Cloudflare GoRTR on Debian/Ubuntu servers.
No requirements, install and use.
There are only one dictionary variable with lot of settings (see defaults/main.yml
):
gortr: {}
All GoRTR settings in this dictionary variable, see descriptions in defaults/main.yml
Note: If you use hash_behaviour=replace
in your ansible.cnf, you need to replace all gortr
variable or only needed parameters, otherwice variable will be overwriten.
None.
Including an example of how to use your role (for instance, with variables passed in as parameters) is always nice for users too:
- hosts: rpkiserver
vars:
gortr:
metrics.addr: "0.0.0.0:8081"
roles:
- { role: romchi.gortr, tags: gortr }
MIT / BSD