An open API service indexing awesome lists of open source software.

https://github.com/jtprogru/ansible-role-memos


https://github.com/jtprogru/ansible-role-memos

ansible ansible-role memos usememos

Last synced: 7 months ago
JSON representation

Awesome Lists containing this project

README

          

# jtprogru.memos

[![Release to Ansible Galaxy](https://github.com/jtprogru/ansible-role-memos/actions/workflows/galaxy.yml/badge.svg)](https://github.com/jtprogru/ansible-role-memos/actions/workflows/galaxy.yml)
![GitHub](https://img.shields.io/github/license/jtprogru/ansible-role-memos)
[![Ansible Role](https://img.shields.io/ansible/role/62618)](https://galaxy.ansible.com/jtprogru/memos/)
[![GitHub tag](https://img.shields.io/github/tag/jtprogru/ansible-role-memos.svg)](https://github.com/jtprogru/ansible-role-memos/tags)

Simple ansible role for running dockerized [memos](https://usememos.com)

## Role Variables

See [`defaults/main.yml`](defaults/main.yml).

## Example Playbook

Example playbook:

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

vars:
memos_version: latest
memos_volume_path: /opt/memos

roles:
- jtprogru.memos
```

## Authors

- Michael Savin
- :octocat: [@jtprogru](https://www.github.com/jtprogru)
- :bird: [@jtprogru](https://www.twitter.com/jtprogru)
- :moneybag: [savinmi.ru](https://savinmi.ru)

## License

See [LICENSE](LICENSE.md)