An ansible role used to run a ZNC docker container.
Defaults are provided for all vars in defaults/main.yml
znc_userUsername for ZNCznc_passwordPassword for ZNCznc_docker_repoGit repo from which your ZNC image can be built. Example (here)[https://github.com/shykes/docker-znc] and (here)[https://github.com/Rob-Johnson/docker-znc]build_dir: /tmp/docker-images/znc - The directory in which to build the imageimage_tag: znc - the tag with which to build the containercontainer_name: znc - the name with which to run the container
- Include the ansible role in your playbook.
- hosts: all
sudo: True
roles:
- znc