Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/guillaumebriday/homelab-docker-ansible
📺 My home lab configuration
https://github.com/guillaumebriday/homelab-docker-ansible
ansible docker homelab media-server synology watchtower
Last synced: about 1 month ago
JSON representation
📺 My home lab configuration
- Host: GitHub
- URL: https://github.com/guillaumebriday/homelab-docker-ansible
- Owner: guillaumebriday
- License: mit
- Created: 2018-08-13T20:48:12.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2021-11-26T13:05:08.000Z (about 3 years ago)
- Last Synced: 2024-12-13T12:12:36.410Z (about 2 months ago)
- Topics: ansible, docker, homelab, media-server, synology, watchtower
- Homepage:
- Size: 24.4 KB
- Stars: 21
- Watchers: 3
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
# Ansible playbook for my Home Media Server
This is an [Ansible](https://www.ansible.com) playbook to install and configure some apps on my Synology NAS with [Docker](https://www.docker.com).
## Requirements
+ Ansible >= 2.4.0.
## Applications
This playbook is designed to install a bunch of useful apps :
+ [Tautulli](https://tautulli.com/)
+ [Watchtower](https://github.com/containrrr/watchtower/)
+ [Youtube-dl-server](https://github.com/manbearwiz/youtube-dl-server)
+ [Pi-hole](https://pi-hole.net/)## Installing on production
Copy the hosts example file and change the values to your needs :
```bash
$ cp hosts.ini.example hosts.ini
```Then run the playbook :
```bash
$ ansible-playbook -i hosts.ini playbook.yml
```If you want to run the playbook locally, set the address in the hosts file:
```ini
[webservers]
localhost ansible_connection=local
```## Contributing
Do not hesitate to contribute to the project by adapting or adding features ! Bug reports or pull requests are welcome.
## License
This project is released under the [MIT](http://opensource.org/licenses/MIT) license.