[WIP] nodesディレクトリをgitの管理外にする

This commit is contained in:
Kazuhiro MUSASHI 2019-08-10 19:04:35 +08:00
parent 64c79a6e16
commit 1636f5b2ea
10 changed files with 0 additions and 86 deletions

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