1
0
Fork 0
mirror of https://github.com/DO1JLR/ansible_role_websvn.git synced 2024-08-16 10:29:49 +02:00
ansible_role_websvn/defaults/main.yml
2020-08-03 15:52:26 +02:00

12 lines
318 B
YAML

---
websvn__manage_packages: true
websvn__state: 'present'
websvn__web_user: nginx
websvn__web_group: nginx
websvn__version: 2.5
websvn__config_src: templates/config.php
websvn__config_parentPath: '/var/svn' # false for disable this option
# should we do a version check? (recomended)
submodules_versioncheck: false