2019-07-20 19:00:37 +02:00
|
|
|
---
|
2020-03-11 09:55:08 +01:00
|
|
|
weechat:
|
|
|
|
# should we install weechat?
|
|
|
|
install: true
|
2020-03-11 10:42:48 +01:00
|
|
|
# autostart weechat via systemd in a tmux session?
|
2020-03-11 20:33:00 +01:00
|
|
|
autostart: false
|
2020-03-11 21:08:00 +01:00
|
|
|
# should we install official weechat plugins
|
|
|
|
install_plugins: false
|
2020-03-11 21:12:00 +01:00
|
|
|
# custom weechat config (requires some manual interaction for long-term usage)
|
2020-03-11 22:49:18 +01:00
|
|
|
use_custom_config: false
|
2020-03-11 09:55:08 +01:00
|
|
|
# user to install and use weechat
|
|
|
|
user: "{{ ansible_user_id }}"
|
|
|
|
# where is our home direcotory for weechat
|
2020-03-11 20:33:00 +01:00
|
|
|
home_directory: "{{ ansible_env.HOME | default('/home/{{ weechat.user }}') }}/.weechat"
|
2020-03-11 09:55:08 +01:00
|
|
|
# plugins we want
|
|
|
|
plugins: []
|
2020-03-11 10:07:41 +01:00
|
|
|
# weechat gpg key for debian/ubuntu repo
|
|
|
|
gpg_id: '11E9DE8848F2B65222AA75B8D1820DB22A11534E'
|
2020-03-11 21:12:00 +01:00
|
|
|
# custom private config
|
2020-03-12 03:42:12 +01:00
|
|
|
custom_config:
|
2020-03-11 21:12:00 +01:00
|
|
|
# path to your custom weechat config (with plugins) git repo ( git@github.com:<your_name>/<your_weechat_config_repo>.git )
|
|
|
|
private_repo: false
|
|
|
|
# generate ssh key pair (if not available)
|
|
|
|
gen_ssh_key_pair: true
|
2019-07-20 23:29:41 +02:00
|
|
|
|
2020-03-09 17:51:33 +01:00
|
|
|
# version check for this role? (true is recomended)
|
|
|
|
submodules_versioncheck: false
|