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
- Host: GitHub
- URL: https://github.com/jtprogru/ansible-role-memos
- Owner: jtprogru
- License: wtfpl
- Created: 2023-07-01T18:00:43.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-07-10T02:15:22.000Z (over 1 year ago)
- Last Synced: 2024-07-10T05:14:58.379Z (over 1 year ago)
- Topics: ansible, ansible-role, memos, usememos
- Homepage:
- Size: 16.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE.md
Awesome Lists containing this project
README
# jtprogru.memos
[](https://github.com/jtprogru/ansible-role-memos/actions/workflows/galaxy.yml)

[](https://galaxy.ansible.com/jtprogru/memos/)
[](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: truevars:
memos_version: latest
memos_volume_path: /opt/memosroles:
- 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)