-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathhosts-box.yml
27 lines (27 loc) · 950 Bytes
/
hosts-box.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
all:
hosts:
smw:
ansible_ssh_host: 127.0.0.1
ansible_connection: 'local'
ansible_ssh_user: 'vagrant'
ansible_sudo_password: 'vagrant'
ansible_ssh_private_key_file: '/home/andre/.vagrant.d/insecure_private_key'
ansible_python_interpreter: '/usr/bin/python3'
vm_url: 'http://192.168.60.120'
vm_url_path: '/box' # start with /
mw:
url_path: '{{ vm_url_path }}' # # start with /
fullpath: '/var/www/html{{ vm_url_path }}/wiki' # based on mw.url_path
script_path: '{{ vm_url_path }}/wiki' # based on mw.url_path
instance_name: 'smwbox'
admin_user:
name: Admin
pwd: AdminPassword
db:
connection: 'mysql'
name: 'smwbox'
user: 'smwbox_db_user'
pwd: 'smwbox_db_user_pwd'
admin_email: '[email protected]'
logo: 'sfb1368.png'
chameleon_skin_branch: 'sfb1368'