summaryrefslogtreecommitdiffstats
path: root/test/integration/targets/subversion/roles/subversion/defaults/main.yml
blob: e647d598b609b7f0c9391640fd8923673b299905 (plain)
1
2
3
4
5
6
7
8
9
10
---
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: http://127.0.0.1:{{ apache_port }}/svn/{{ subversion_repo_name }}
subversion_repo_auth_url: http://127.0.0.1:{{ apache_port }}/svnauth/{{ subversion_repo_name }}
subversion_username: subsvn_user'''
subversion_password: Password123!
subversion_external_repo_url: https://github.com/ansible/ansible.github.com  # GitHub serves SVN