Skip to content

Latest commit

 

History

History
41 lines (28 loc) · 1.1 KB

README.md

File metadata and controls

41 lines (28 loc) · 1.1 KB

jtprogru.memos

Release to Ansible Galaxy GitHub Ansible Role GitHub tag

Simple ansible role for running dockerized memos

Role Variables

See defaults/main.yml.

Example Playbook

Example playbook:

---
- name: Deploy memos
  hosts: memos.example.com
  become: true

  vars:
    memos_version: latest
    memos_volume_path: /opt/memos

  roles:
    - jtprogru.memos

Authors

License

See LICENSE