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

20 lines
483 B
YAML
Raw Normal View History

2020-07-28 12:31:00 +02:00
---
2020-07-28 12:41:56 +02:00
websvn__manage_packages: true
websvn__state: 'present'
2020-08-03 15:52:55 +02:00
websvn__adduser: true
2020-08-03 14:05:53 +02:00
websvn__web_user: nginx
websvn__web_group: nginx
2021-05-25 14:38:00 +02:00
websvn__version: 2.6.1
2020-08-03 15:52:26 +02:00
websvn__config_src: templates/config.php
2020-08-10 10:31:46 +02:00
websvn__skip_peap: false
2020-08-03 14:05:53 +02:00
2020-08-03 15:52:26 +02:00
websvn__config_parentPath: '/var/svn' # false for disable this option
2020-08-06 10:27:34 +02:00
websvn__manage_config_parentPath: true
2020-07-28 12:41:56 +02:00
2020-08-06 13:46:58 +02:00
websvn__install_optional_packages: true
websvn__optional_packages:
- sudo
2020-07-28 12:31:00 +02:00
# should we do a version check? (recomended)
submodules_versioncheck: false