-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathconfig.yaml.sample
More file actions
51 lines (51 loc) · 999 Bytes
/
config.yaml.sample
File metadata and controls
51 lines (51 loc) · 999 Bytes
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
49
50
51
VCS:
GitHub:
url: http://github.com
user: username
GitHubEnterprise:
url: http://github.example.com
user: username
Application:
WordPress:
version: 3.8.2
settings: http://git.example.com/user/wp-settings-repo.git
Plugins:
open-graph-control:
src: GitHub
vcs_user: gboone
version: master
state: active
akismet:
src: False
version: 2.6
state: active
custom-plugin:
src: GitHubEnterprise
version: 1.0
state: active
Themes:
child-theme:
src: GitHubEnterprise
version: 4.0
state: active
twentyfourteen:
src: False
version: 1.0
state: inactive
Roles:
role:
wordpress: /pah/to/wordpress
user: username
wp-cli: /usr/bin/wp
wp-config: /path/to/wp-config
port: 2202
sudo_user: apache
version: master
vagrant:
wordpress: /path/to/WordPress
user: vagrant
wp-cli: /usr/bin/wp
wp-config: /path/to/wp-config
port: 2222
sudo_user: root
version: master