-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathexample.yaml
48 lines (48 loc) · 1.47 KB
/
example.yaml
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
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
# none, modules, download, unpack, db, install, composer, wipe
action: install
path: PATHTOINSTALLATION # directory where drupal will be installed
base: 8 # pick the newer version of this base version
release: alpha # stable if none otherwise no less than specified (dev, alpha, beta, rc)
repo: BASEURL # for internal repo (assume ssh and key with no password or ssh-agent running)
db_admin:
user: USER
host: HOST
passwd: OTHERWISEREQUESTED # if None use local auth/no password, if absent ask
ssl:
key: /PATHTO/mysql-client.key
cert: /PATHTO/mysql-client.pem
ca: /PATHTO/ca-cert.pem
db:
driver: pgsql
user: test1
db: test1
passwd: OTHERWISEGENERATED
modules:
# list of modules to download/install/enable
# g for git shallow clone
# f for git full clone
# i fot internal repo
# nothing use tar or composer according to install
- module1,g
- module2,f
- module2
themes:
#list of themes to download/install/enable
# g for git shallow clone
# f for git full clone
# nothing use tar or composer according to install
- theme1,g
- theme2,f
- theme3
# where archives will be saved, could be used as a chache
# OS temporary directory if not specified
workdir: PATHTOWORKDIR
site:
type: standard
admin: admin
admin-mail: [email protected]
admin-passwd: XXXXXXXXXXXX
site-mail: [email protected]
site-name: WebThatWorks.it
drush: yes # yes or required version eg. 10.3.*
check: yes #install drupal-check