Adding local chat option

This commit is contained in:
Ubergeek 2018-12-23 20:32:37 +00:00
parent bb6d39d0e0
commit 71327a16af
2 changed files with 11 additions and 0 deletions

3
roles/shell/files/chat Executable file
View File

@ -0,0 +1,3 @@
#!/bin/bash
weechat-curses -r "/set irc.look.temporary_servers on; /connect irc://`whoami`@irc.tilde.chat:6697/#thunix -ssl"

View File

@ -24,3 +24,11 @@
- pandoc
- python-certbot-apache
- zsh
- name: Install locally created bins
copy:
src: ../files/chat
dest: /usr/local/bin
owner: root
group: root
mode: 0755