1
0
Fork 0
mirror of https://github.com/roles-ansible/ansible_role_weechat.git synced 2024-08-16 13:09:48 +02:00
ansible_role_weechat/README.md

32 lines
1.1 KiB
Markdown
Raw Normal View History

2020-03-11 10:48:48 +01:00
ansible weechat role
2019-07-20 21:43:40 +02:00
==========================
2020-03-11 10:48:48 +01:00
Ansible role to install and configure weechat.
2019-07-20 21:43:40 +02:00
2020-03-11 20:33:00 +01:00
[![WEECHAT](https://weechat.org/media/images/weechat_logo_large.png)](https://weechat.org/)
<br/>WeeChat, the extensible chat client.
2020-03-11 10:48:48 +01:00
What can this role:
2019-07-20 21:43:40 +02:00
-----------------
- install weechat on Debian, Ubuntu, Archlinux or Fedora
2020-03-11 20:33:00 +01:00
- ~~configure weechat~~ *(in progress)*
2020-03-11 10:48:48 +01:00
- autostart via tmux and systemd
2019-07-20 20:04:45 +02:00
2020-01-15 17:41:02 +01:00
2019-07-20 20:04:45 +02:00
```txt
WARNING
It is work-in-progress. Be careful!
2020-03-11 10:48:48 +01:00
MISSING
- task for configurations
- testing for all OS
- docs
- galaxy
2019-07-20 20:04:45 +02:00
```
2020-03-11 20:24:00 +01:00
References and Inspiration:
----------------------
+ Information about installation on debian/ubuntu can be found at [weechat.org/download/debian](https://weechat.org/download/debian/)
+ Some parts of the Weechat configuration is inspired by [github.com/irth/ansible-role-weechat](https://github.com/irth/ansible-role-weechat.git) but written in a complete different way.
2020-03-11 20:33:00 +01:00
+ Autostart and systemd is inspired by [ubuntu wiki](https://wiki.ubuntuusers.de/Howto/systemd_Service_Unit_Beispiel/) and [ansible docs](https://docs.ansible.com/ansible/latest/modules/systemd_module.html).