summaryrefslogtreecommitdiff
path: root/test/integration/targets/subversion/roles/subversion/defaults/main.yml
blob: 02ecd1ea4d6a785a78358c4d4b95f26749ca0959 (plain)
1
2
3
4
5
6
7
8
9
---
apache_port: 11386  # cannot use 80 as httptester overrides this
subversion_test_dir: /tmp/ansible-svn-test-dir
subversion_server_dir: /tmp/ansible-svn  # cannot use a path in the home dir without userdir or granting exec permission to the apache user
subversion_repo_name: ansible-test-repo
subversion_repo_url: https://localhost:{{ apache_port }}/svn/{{ subversion_repo_name }}  # svn can't verify TLS certificates against IP addresses
subversion_repo_auth_url: https://localhost:{{ apache_port }}/svnauth/{{ subversion_repo_name }}
subversion_username: subsvn_user'''
subversion_password: Password123!