Install and configure Cloudflare OctoRPKI on Debian/Ubuntu servers.
None.
There are only one dictionary variable with lot of settings (see defaults/main.yml
):
octorpki: {}
All OctoRPKI 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 octorpki
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:
octorpki:
metrics.addr: "0.0.0.0:8080"
roles:
- { role: romchi.octorpki, tags: octorpki }
MIT / BSD