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/vars/main.yml

23 lines
501 B
YAML
Raw Normal View History

---
2019-07-20 20:04:45 +02:00
# weechat plugin languages
weechat_plugin_languages:
pl: perl
scm: guile
js: javascript
py: python
rb: ruby
lua: lua
# version management
playbook_version_number: 2050 # should be over ninethousand
2020-03-09 17:51:33 +01:00
playbook_version_path: 'role-weechat_roles-ansible_github.com.version'
2020-03-11 09:55:08 +01:00
# default values
_weechat:
install: true
configure: true
user: "{{ ansible_user_id }}"
home_directory: "/home/{{ weechat_user }}/.weechat"
plugins: []
gpg_id: '11E9DE8848F2B65222AA75B8D1820DB22A11534E'