Home
Softono

Homelab Docker Ansible

Open source MIT
21
Stars
4
Forks
0
Issues
2
Watchers
4 years
Last Commit

 About Homelab Docker Ansible

📺 My home lab configuration

Platforms

Web Self-hosted Docker

Links

Need Help Installing Homelab Docker Ansible?

We provide expert installation service for this software. Our team will install, configure, and secure Homelab Docker Ansible on your server. plans start at just $30.

Homelab Docker Ansible

View on GitHub

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.