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
2021-05-25 14:38:00 +02:00

19 lines
483 B
YAML

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