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/defaults/main.yml
2020-03-11 10:45:01 +01:00

20 lines
564 B
YAML

---
weechat:
# should we install weechat?
install: true
# autostart weechat via systemd in a tmux session?
autostart: true
# should we configure weechat
configure: false
# user to install and use weechat
user: "{{ ansible_user_id }}"
# where is our home direcotory for weechat
home_directory: "/home/{{ weechat_user }}/.weechat"
# plugins we want
plugins: []
# weechat gpg key for debian/ubuntu repo
gpg_id: '11E9DE8848F2B65222AA75B8D1820DB22A11534E'
# version check for this role? (true is recomended)
submodules_versioncheck: false