An ansible setup to create a multi-user znc server
Needed a simple method to setup a znc server that a group of ppl can use and not worry about setting up their own server & configuring everything. Also wanted to use this as a reason to learn some ansible.
- Create a VPS server
- Create username znc
sudo apt-get install python-apt python-pycurl
- If you are installing locally, edit /etc/ansible/hosts and add the below line
localhost ansible_connection=local
- Run the playbook. This will install znc
- Run
znc --makepass
& edit the znc-setup.yml file with the respective data - Run setup again
YES, the above is not the cleanest and it sucks in many ways. But it worked on the first run. I will fix it more as and when i get some time. Any contributions and criticisms are welcome
##Anything Else? Have some bugs here and there. Check the issues list.