mirror of
https://github.com/roles-ansible/ansible_role_weechat.git
synced 2024-08-16 13:09:48 +02:00
.github | ||
defaults | ||
files | ||
tasks | ||
vars | ||
LICENSE | ||
README.md |
ansible weechat role
Ansible role to install and configure weechat.
WeeChat, the extensible chat client.
What can this role:
- install weechat on Debian, Ubuntu, Archlinux or Fedora
configure weechat(in progress)- autostart via tmux and systemd
WARNING
It is work-in-progress. Be careful!
MISSING
- task for configurations
- testing for all OS
- docs
- galaxy
References and Inspiration:
- Information about installation on debian/ubuntu can be found at weechat.org/download/debian
- Some parts of the Weechat configuration is inspired by github.com/irth/ansible-role-weechat but written in a complete different way.
- Autostart and systemd is inspired by ubuntu wiki and ansible docs.