From ae6e1dacdd9ec02d69ff1a3b3783c31d78989590 Mon Sep 17 00:00:00 2001 From: L3D Date: Wed, 11 Mar 2020 21:12:00 +0100 Subject: [PATCH] start custom weechat config --- defaults/main.yml | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/defaults/main.yml b/defaults/main.yml index 8a5c863..008b532 100644 --- a/defaults/main.yml +++ b/defaults/main.yml @@ -6,6 +6,8 @@ weechat: autostart: false # should we install official weechat plugins install_plugins: false + # custom weechat config (requires some manual interaction for long-term usage) + custom # user to install and use weechat user: "{{ ansible_user_id }}" # where is our home direcotory for weechat @@ -14,7 +16,12 @@ weechat: plugins: [] # weechat gpg key for debian/ubuntu repo gpg_id: '11E9DE8848F2B65222AA75B8D1820DB22A11534E' - + # custom private config + costom_config: + # path to your custom weechat config (with plugins) git repo ( git@github.com:/.git ) + private_repo: false + # generate ssh key pair (if not available) + gen_ssh_key_pair: true # version check for this role? (true is recomended) submodules_versioncheck: false