Merge branch 'exclude-nodes' of kazu634/itamae into master

This commit is contained in:
Kazuhiro MUSASHI 2019-08-10 20:06:48 +09:00 committed by Gitea
commit 8bccd62d6e
11 changed files with 1 additions and 87 deletions

2
.gitignore vendored
View File

@ -1,4 +1,4 @@
vendor
*.swp
.bundle/
./nodes/
nodes/

View File

@ -1,9 +0,0 @@
{
"recipes": [
"roles/base.rb"
],
"blog": {
"production": true
},
"is_ec2": true
}

View File

@ -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
}

View File

@ -1,5 +0,0 @@
{
"recipes": [
"roles/base.rb"
]
}

View File

@ -1,12 +0,0 @@
{
"recipes": [
"roles/base.rb",
"cookbooks/grafana/default.rb"
],
"prometheus": {
"manager": true
},
"td-agent": {
"forward": true
}
}

View File

@ -1,12 +0,0 @@
{
"recipes": [
"roles/base.rb",
"cookbooks/embulk",
"cookbooks/digdag",
"cookbooks/docker"
],
"td-agent": {
"forward": true
}
}

View File

@ -1,12 +0,0 @@
{
"recipes": [
"roles/base.rb",
"cookbooks/embulk",
"cookbooks/digdag",
"cookbooks/docker"
],
"td-agent": {
"forward": true
}
}

View File

@ -1,6 +0,0 @@
{
"recipes": [
"roles/base.rb",
"cookbooks/nginx/default.rb"
]
}

View File

@ -1,5 +0,0 @@
{
"recipes": [
"roles/base.rb"
]
}

View File

@ -1,5 +0,0 @@
{
"recipes": [
"roles/base.rb"
]
}

View File

@ -1,8 +0,0 @@
{
"recipes": [
"roles/base.rb"
],
"blog": {
"production": true
}
}