https://github.com/mother-of-all-self-hosting/ansible-role-peertube
An Ansible role for installing the PeerTube video-hosting platform
https://github.com/mother-of-all-self-hosting/ansible-role-peertube
ansible-role docker peertube
Last synced: 24 days ago
JSON representation
An Ansible role for installing the PeerTube video-hosting platform
- Host: GitHub
- URL: https://github.com/mother-of-all-self-hosting/ansible-role-peertube
- Owner: mother-of-all-self-hosting
- License: agpl-3.0
- Created: 2023-03-17T13:39:40.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-10-30T08:58:06.000Z (about 1 year ago)
- Last Synced: 2024-10-30T09:27:33.778Z (about 1 year ago)
- Topics: ansible-role, docker, peertube
- Language: Jinja
- Homepage:
- Size: 43.9 KB
- Stars: 3
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# PeerTube Ansible role
This is an [Ansible](https://www.ansible.com/) role which installs [PeerTube](https://joinpeertube.org/) 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.
For an Ansible playbook which integrates this role and makes it easier to use, see the [mash-playbook](https://github.com/mother-of-all-self-hosting/mash-playbook).
## Development
You can optionally install [pre-commit](https://pre-commit.com/) so that simple mistakes are checked and noticed before changes are pushed to a remote branch. See [`.pre-commit-config.yaml`](./.pre-commit-config.yaml) for which hooks are to be executed.
See [this section](https://pre-commit.com/#usage) on the official documentation for usage.