forked from nmadhok/wordpress-formula
-
Notifications
You must be signed in to change notification settings - Fork 54
/
pillar.example
34 lines (34 loc) · 1.09 KB
/
pillar.example
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
wordpress:
cli:
source: https://raw.githubusercontent.com/wp-cli/builds/gh-pages/phar/wp-cli.phar
hash: https://raw.githubusercontent.com/wp-cli/builds/gh-pages/phar/wp-cli.phar.sha512
allowroot: False
sites:
sitenameA.com:
username: siteAuser
password: siteApass
database: siteAdb
dbhost: localhost
dbuser: siteAdbuser
dbpass: siteAdbpass
url: http://siteA.com
title: 'siteA title'
email: [email protected]
sitenameB.com:
username: siteBuser
password: siteBpass
database: siteBdb
dbhost: localhost
dbuser: siteBdbuser
dbpass: siteBdbpass
url: http://siteB.com
title: 'siteB title'
email: [email protected]
plugins:
- '<plugin-name>'
plugins_url:
'<plugin-name>':
url: '<url-to-obtain-plugin-zipfile>'
name: '<plugin-name>'
lookup:
docroot: /var/html