ansible-collection-famedly-.../roles/hedgedoc
2021-09-14 06:16:39 +02:00
..
defaults update(hedgedoc): bump version to 1.9.0 2021-09-14 06:16:39 +02:00
handlers feat(hedgedoc): add initial role 2021-05-17 01:15:35 +02:00
meta feat(hedgedoc): add initial role 2021-05-17 01:15:35 +02:00
tasks feat(hedgedoc): add initial role 2021-05-17 01:15:35 +02:00
vars feat(hedgedoc): add initial role 2021-05-17 01:15:35 +02:00
README.md feat(hedgedoc): add initial role 2021-05-17 01:15:35 +02:00

hedgedoc

Deploys a containerised HedgeDoc instance with postgres as the default backend.

Requirements

  • preconfigured database
  • docker

Role Variables

See defaults/main.yml and vars/main.yml for available variables.

Example Playbook

- hosts: your-server-name
  become: yes
  collections:
  roles:
    - famedly.internal.hedgedoc
  vars:
    hedgedoc_domain: "hedgedoc.example.org"
    hedgedoc_session_secret: "{{ vault_hedgedoc_session_secret }}"
    hedgedoc_config:
      allowEmailRegister: false
    hedgedoc_db_host: "your postgres host"
    hedgedoc_db_password: "s3cr3t"

License

AGPL-3.0-only

Author Information