octorpki

Ansible role: octorpki

Install and configure Cloudflare OctoRPKI on Debian/Ubuntu servers.

Requirements

None.

Role Variables

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.

Dependencies

None.

Example Playbook

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 }

License

MIT / BSD

Author Information

About

Install Cloudflare OctoRPKI service

Install
ansible-galaxy install romchi/ansible.octorpki
GitHub repository
License
Unknown
Downloads
28