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-06 13:46:58 +02:00

18 lines
456 B
YAML

---
websvn__manage_packages: true
websvn__state: 'present'
websvn__adduser: true
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
websvn__manage_config_parentPath: true
websvn__install_optional_packages: true
websvn__optional_packages:
- sudo
# should we do a version check? (recomended)
submodules_versioncheck: false