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

19 lines
384 B
YAML
Raw Normal View History

---
2019-07-20 19:13:01 +02:00
# should we install weechat?
install_weechat: true
2019-07-20 20:04:45 +02:00
# should we configure weechat
configure_weechat: true
# user to install and use weechat
weechat_user: "{{ ansible_user_id }}"
2019-07-20 20:04:45 +02:00
# where is our home direcotory for weechat
weechat_directory: "/home/{{ weechat_user }}/.weechat"
# plugins we want
weechat_plugins: []
# version check for this role?
submodules_versioncheck: true