This is an Ansible playbook to install and configure some apps on my Synology NAS with Docker.
- Ansible >= 2.4.0.
This playbook is designed to install a bunch of useful apps :
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
Do not hesitate to contribute to the project by adapting or adding features ! Bug reports or pull requests are welcome.
This project is released under the MIT license.