Use the sockethub role in the run list
This commit is contained in:
parent
383a46676e
commit
e00d6c3a86
@ -12,7 +12,8 @@
|
|||||||
"hostname": "nodejs-2",
|
"hostname": "nodejs-2",
|
||||||
"ipaddress": "192.168.122.243",
|
"ipaddress": "192.168.122.243",
|
||||||
"roles": [
|
"roles": [
|
||||||
"kredits_github"
|
"kredits_github",
|
||||||
|
"sockethub"
|
||||||
],
|
],
|
||||||
"recipes": [
|
"recipes": [
|
||||||
"kosmos-base",
|
"kosmos-base",
|
||||||
@ -23,6 +24,7 @@
|
|||||||
"kredits-github::nginx",
|
"kredits-github::nginx",
|
||||||
"sockethub",
|
"sockethub",
|
||||||
"sockethub::default",
|
"sockethub::default",
|
||||||
|
"sockethub::proxy",
|
||||||
"apt::default",
|
"apt::default",
|
||||||
"timezone_iii::default",
|
"timezone_iii::default",
|
||||||
"timezone_iii::debian",
|
"timezone_iii::debian",
|
||||||
@ -60,6 +62,7 @@
|
|||||||
"logrotate::default",
|
"logrotate::default",
|
||||||
"nodejs::npm",
|
"nodejs::npm",
|
||||||
"nodejs::install",
|
"nodejs::install",
|
||||||
|
"sockethub::_firewall",
|
||||||
"kosmos-base::letsencrypt"
|
"kosmos-base::letsencrypt"
|
||||||
],
|
],
|
||||||
"platform": "ubuntu",
|
"platform": "ubuntu",
|
||||||
@ -80,6 +83,6 @@
|
|||||||
"recipe[kosmos-base]",
|
"recipe[kosmos-base]",
|
||||||
"recipe[kosmos-hubot::wormhole]",
|
"recipe[kosmos-hubot::wormhole]",
|
||||||
"role[kredits_github]",
|
"role[kredits_github]",
|
||||||
"recipe[sockethub::default]"
|
"role[sockethub]"
|
||||||
]
|
]
|
||||||
}
|
}
|
Loading…
x
Reference in New Issue
Block a user