mirror of
https://github.com/ThunixdotNet/ansible.git
synced 2026-01-24 05:30:18 +00:00
Adding local chat option
This commit is contained in:
3
roles/shell/files/chat
Executable file
3
roles/shell/files/chat
Executable 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"
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user