File tree 2 files changed +25
-28
lines changed
2 files changed +25
-28
lines changed Original file line number Diff line number Diff line change 5
5
server_hostname : local.devshop.site
6
6
devshop_devmaster_email :
[email protected]
7
7
8
+ devshop_cli_repo : http://github.com/opendevshop/devshop.git
9
+ devshop_cli_update : yes
10
+ devshop_cli_path : /usr/share/devshop
11
+ devshop_devmaster_path : " {{ aegir_user_home }}/devmaster-{{ devshop_version }}"
12
+
13
+ devshop_makefile : " {{ devshop_cli_path }}/build-devmaster.make"
14
+ devshop_install_profile : devmaster
15
+ devshop_working_copy : --working-copy
16
+
17
+ aegir_server_webserver : apache
18
+ mysql_root_password_update : no
19
+
20
+ aegir_db_host : localhost
21
+ aegir_client_name : admin
22
+
23
+ supervisor_running : yes
24
+
25
+ drush_dl_method : wget
26
+
27
+ devshop_drush_packages :
28
+ provision : 7.x-3.170
29
+ registry_rebuild : 7.x-2.2
30
+
31
+ php_date_timezone : " America/New_York"
32
+
8
33
# You should specify your own random mysql_root_password in your own playbooks or inventory.
9
34
# mysql_root_password: PleaseRandomizeOnPlaybookRun
10
35
Original file line number Diff line number Diff line change 1
1
---
2
- # vars file for aegir.devmaster
3
-
4
- devshop_cli_repo : http://github.com/opendevshop/devshop.git
5
- devshop_cli_update : yes
6
- devshop_cli_path : /usr/share/devshop
7
- devshop_devmaster_path : " {{ aegir_user_home }}/devmaster-{{ devshop_version }}"
8
-
9
- devshop_makefile : " {{ devshop_cli_path }}/build-devmaster.make"
10
- devshop_install_profile : devmaster
11
- devshop_working_copy : --working-copy
12
-
13
- aegir_server_webserver : apache
14
- mysql_root_password_update : no
15
-
16
- aegir_db_host : localhost
17
- aegir_client_name : admin
18
-
19
- supervisor_running : yes
20
-
21
- # devmaster_install_command: "{{ local_bin_path }}/devshop devmaster:install --site={{ server_hostname }} --client_email={{ devshop_devmaster_email }} --devshop_version={{ devshop_version }} --aegir_db_pass={{ mysql_root_password }} --aegir_db_user={{ mysql_root_username }} --makefile={{ devshop_makefile }} --profile={{ devshop_install_profile }} --aegir_host={{ server_hostname }} --http_service_type={{ aegir_server_webserver }} --root=/var/aegir/devmaster-{{ devshop_version }} --drush-path={{ local_bin_path }}/drush {{ devshop_working_copy }} -n"
22
-
23
- drush_dl_method : wget
24
-
25
- devshop_drush_packages :
26
- provision : 7.x-3.160
27
- registry_rebuild : 7.x-2.2
28
-
29
- php_date_timezone : " America/New_York"
You can’t perform that action at this time.
0 commit comments