Showing
1 changed file
with
96 additions
and
6 deletions
@@ -93,12 +93,102 @@ | @@ -93,12 +93,102 @@ | ||
93 | - yohobuy-node/error_pc_spider.yohobuy.com | 93 | - yohobuy-node/error_pc_spider.yohobuy.com |
94 | - yohobuy-node/error_pc.yohobuy.com | 94 | - yohobuy-node/error_pc.yohobuy.com |
95 | - yohobuy-node/nginx_error | 95 | - yohobuy-node/nginx_error |
96 | - - yoho-activity-platform-admin/nginx/action.yoho.cn_access | ||
97 | - - yoho-activity-platform-admin/nginx/action.yoho.cn_error | ||
98 | - - yoho-activity-platform-admin/nginx/nginx_error | ||
99 | - - yoho-activity-platform/nginx/action.yoho.cn_access | ||
100 | - - yoho-activity-platform/nginx/action.yoho.cn_error | ||
101 | - - yoho-activity-platform/nginx/nginx_error | 96 | + - yoho-activity-platform-admin/action.yoho.cn_access |
97 | + - yoho-activity-platform-admin/action.yoho.cn_error | ||
98 | + - yoho-activity-platform-admin/nginx_error | ||
99 | + - yoho-activity-platform/action.yoho.cn_access | ||
100 | + - yoho-activity-platform/action.yoho.cn_error | ||
101 | + - yoho-activity-platform/nginx_error | ||
102 | remote_user: root | 102 | remote_user: root |
103 | roles: | 103 | roles: |
104 | - java-rsyslog | 104 | - java-rsyslog |
105 | + | ||
106 | +- hosts: web-containers | ||
107 | + vars: | ||
108 | + rsyslog_module: yohobuywap-node | ||
109 | + rsyslog_files: | ||
110 | + - error/error | ||
111 | + - info/info | ||
112 | + remote_user: root | ||
113 | + roles: | ||
114 | + - java-rsyslog | ||
115 | + | ||
116 | +- hosts: web-containers | ||
117 | + vars: | ||
118 | + rsyslog_module: yohobuy-node | ||
119 | + rsyslog_files: | ||
120 | + - error/error | ||
121 | + - info/info | ||
122 | + remote_user: root | ||
123 | + roles: | ||
124 | + - java-rsyslog | ||
125 | + | ||
126 | +- hosts: web-containers | ||
127 | + vars: | ||
128 | + rsyslog_module: yoho-activity-platform | ||
129 | + rsyslog_files: | ||
130 | + - error/error | ||
131 | + - info/info | ||
132 | + remote_user: root | ||
133 | + roles: | ||
134 | + - java-rsyslog | ||
135 | + | ||
136 | +- hosts: web-containers | ||
137 | + vars: | ||
138 | + rsyslog_module: yoho-activity-platform-admin | ||
139 | + rsyslog_files: | ||
140 | + - error/error | ||
141 | + - info/info | ||
142 | + remote_user: root | ||
143 | + roles: | ||
144 | + - java-rsyslog | ||
145 | + | ||
146 | +- hosts: web-containers | ||
147 | + vars: | ||
148 | + rsyslog_module: ufo-app-web | ||
149 | + rsyslog_files: | ||
150 | + - error/error | ||
151 | + - info/info | ||
152 | + remote_user: root | ||
153 | + roles: | ||
154 | + - java-rsyslog | ||
155 | + | ||
156 | +- hosts: web-containers | ||
157 | + vars: | ||
158 | + rsyslog_module: yoho-app-web | ||
159 | + rsyslog_files: | ||
160 | + - error/error | ||
161 | + - info/info | ||
162 | + remote_user: root | ||
163 | + roles: | ||
164 | + - java-rsyslog | ||
165 | + | ||
166 | +- hosts: web-containers | ||
167 | + vars: | ||
168 | + rsyslog_module: yoho-shop-manage | ||
169 | + rsyslog_files: | ||
170 | + - error/error | ||
171 | + - info/info | ||
172 | + remote_user: root | ||
173 | + roles: | ||
174 | + - java-rsyslog | ||
175 | + | ||
176 | +- hosts: web-containers | ||
177 | + vars: | ||
178 | + rsyslog_module: yoho-blk-wap | ||
179 | + rsyslog_files: | ||
180 | + - error/error | ||
181 | + - info/info | ||
182 | + remote_user: root | ||
183 | + roles: | ||
184 | + - java-rsyslog | ||
185 | + | ||
186 | +- hosts: web-containers | ||
187 | + vars: | ||
188 | + rsyslog_module: yoho-apm | ||
189 | + rsyslog_files: | ||
190 | + - error/error | ||
191 | + - info/info | ||
192 | + remote_user: root | ||
193 | + roles: | ||
194 | + - java-rsyslog |
-
Please register or login to post a comment