forked from saltstack-formulas/wordpress-formula
-
Notifications
You must be signed in to change notification settings - Fork 0
/
pillar.example
29 lines (29 loc) · 946 Bytes
/
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
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
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>'
lookup:
docroot: /var/html