Ansible playbook for my Home Media Server
This is an Ansible playbook to install and configure some apps on my Synology NAS with Docker.
Requirements
- Ansible >= 2.4.0.
Applications
This playbook is designed to install a bunch of useful apps :
Installing on production
Copy the hosts example file and change the values to your needs :
$ cp hosts.ini.example hosts.ini
Then run the playbook :
$ ansible-playbook -i hosts.ini playbook.yml
If you want to run the playbook locally, set the address in the hosts file:
[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 license.