日志同步新增两个项目ultrainBlockApi和yoho-community-web
Showing
1 changed file
with
20 additions
and
0 deletions
@@ -193,3 +193,23 @@ | @@ -193,3 +193,23 @@ | ||
193 | remote_user: root | 193 | remote_user: root |
194 | roles: | 194 | roles: |
195 | - java-rsyslog | 195 | - java-rsyslog |
196 | + | ||
197 | +- hosts: web-containers | ||
198 | + vars: | ||
199 | + rsyslog_module: ultrainBlockApi | ||
200 | + rsyslog_files: | ||
201 | + - error/error | ||
202 | + - info/info | ||
203 | + remote_user: root | ||
204 | + roles: | ||
205 | + - java-rsyslog | ||
206 | + | ||
207 | +- hosts: web-containers | ||
208 | + vars: | ||
209 | + rsyslog_module: yoho-community-web | ||
210 | + rsyslog_files: | ||
211 | + - error/error | ||
212 | + - info/info | ||
213 | + remote_user: root | ||
214 | + roles: | ||
215 | + - java-rsyslog |
-
Please register or login to post a comment