Merge branch 'exclude-nodes' of kazu634/itamae into master
This commit is contained in:
commit
8bccd62d6e
|
@ -1,4 +1,4 @@
|
||||||
vendor
|
vendor
|
||||||
*.swp
|
*.swp
|
||||||
.bundle/
|
.bundle/
|
||||||
./nodes/
|
nodes/
|
||||||
|
|
|
@ -1,9 +0,0 @@
|
||||||
{
|
|
||||||
"recipes": [
|
|
||||||
"roles/base.rb"
|
|
||||||
],
|
|
||||||
"blog": {
|
|
||||||
"production": true
|
|
||||||
},
|
|
||||||
"is_ec2": true
|
|
||||||
}
|
|
|
@ -1,12 +0,0 @@
|
||||||
{
|
|
||||||
"recipes": [
|
|
||||||
"roles/base.rb",
|
|
||||||
"cookbooks/nginx/default.rb",
|
|
||||||
"cookbooks/blog/default.rb",
|
|
||||||
"cookbooks/statup/default.rb"
|
|
||||||
],
|
|
||||||
"blog": {
|
|
||||||
"production": true
|
|
||||||
},
|
|
||||||
"is_ec2": true
|
|
||||||
}
|
|
|
@ -1,5 +0,0 @@
|
||||||
{
|
|
||||||
"recipes": [
|
|
||||||
"roles/base.rb"
|
|
||||||
]
|
|
||||||
}
|
|
|
@ -1,12 +0,0 @@
|
||||||
{
|
|
||||||
"recipes": [
|
|
||||||
"roles/base.rb",
|
|
||||||
"cookbooks/grafana/default.rb"
|
|
||||||
],
|
|
||||||
"prometheus": {
|
|
||||||
"manager": true
|
|
||||||
},
|
|
||||||
"td-agent": {
|
|
||||||
"forward": true
|
|
||||||
}
|
|
||||||
}
|
|
|
@ -1,12 +0,0 @@
|
||||||
{
|
|
||||||
"recipes": [
|
|
||||||
"roles/base.rb",
|
|
||||||
"cookbooks/embulk",
|
|
||||||
"cookbooks/digdag",
|
|
||||||
"cookbooks/docker"
|
|
||||||
],
|
|
||||||
|
|
||||||
"td-agent": {
|
|
||||||
"forward": true
|
|
||||||
}
|
|
||||||
}
|
|
|
@ -1,12 +0,0 @@
|
||||||
{
|
|
||||||
"recipes": [
|
|
||||||
"roles/base.rb",
|
|
||||||
"cookbooks/embulk",
|
|
||||||
"cookbooks/digdag",
|
|
||||||
"cookbooks/docker"
|
|
||||||
],
|
|
||||||
|
|
||||||
"td-agent": {
|
|
||||||
"forward": true
|
|
||||||
}
|
|
||||||
}
|
|
|
@ -1,6 +0,0 @@
|
||||||
{
|
|
||||||
"recipes": [
|
|
||||||
"roles/base.rb",
|
|
||||||
"cookbooks/nginx/default.rb"
|
|
||||||
]
|
|
||||||
}
|
|
|
@ -1,5 +0,0 @@
|
||||||
{
|
|
||||||
"recipes": [
|
|
||||||
"roles/base.rb"
|
|
||||||
]
|
|
||||||
}
|
|
|
@ -1,5 +0,0 @@
|
||||||
{
|
|
||||||
"recipes": [
|
|
||||||
"roles/base.rb"
|
|
||||||
]
|
|
||||||
}
|
|
|
@ -1,8 +0,0 @@
|
||||||
{
|
|
||||||
"recipes": [
|
|
||||||
"roles/base.rb"
|
|
||||||
],
|
|
||||||
"blog": {
|
|
||||||
"production": true
|
|
||||||
}
|
|
||||||
}
|
|
Loading…
Reference in New Issue