https://github.com/kinduff/ansible-docker-linkding
Ansible role which installs linkding to run as a Docker container wrapped in a systemd service
https://github.com/kinduff/ansible-docker-linkding
Last synced: 10 months ago
JSON representation
Ansible role which installs linkding to run as a Docker container wrapped in a systemd service
- Host: GitHub
- URL: https://github.com/kinduff/ansible-docker-linkding
- Owner: kinduff
- License: agpl-3.0
- Created: 2023-07-20T19:43:58.000Z (almost 3 years ago)
- Default Branch: master
- Last Pushed: 2023-07-20T21:19:38.000Z (almost 3 years ago)
- Last Synced: 2025-01-03T20:12:57.947Z (over 1 year ago)
- Language: Jinja
- Size: 22.5 KB
- Stars: 2
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Docker Ansible Linkding Role
This is an [Ansible](https://www.ansible.com) role which installs [linkding](https://github.com/sissbruecker/linkding) to run as a [Docker](https://www.docker.com) container wrapped in a systemd service.
This role _implicitly_ depends on:
- [`com.devture.ansible.role.playbook_help`](https://github.com/devture/com.devture.ansible.role.playbook_help)
- [`com.devture.ansible.role.systemd_docker_base`](https://github.com/devture/com.devture.ansible.role.systemd_docker_base)
Check [defaults/main.yml](defaults/main.yml) for the full list of supported options.
---
Thanks for the work of [etke.cc](https://gitlab.com/etke.cc/) for the template for this role.