Authored by chunhua.zhang

添加了uic的log

... ... @@ -207,3 +207,24 @@
remote_user: root
roles:
- java-rsyslog
- hosts: java-uic
vars:
rsyslog_module: uic
rsyslog_files:
- debug-log
- bind-log
- login-log
- register-log
- warn-log
- userImport-log
- uic-login-log
- uic-access-log
- session-log
- verifiedGraphic-log
remote_user: root
roles:
- java-rsyslog
... ...
... ... @@ -37,7 +37,8 @@ host_group = { "yoho_gateway": "java-gateway",
"yohobuy_activity": "java-activity",
"yoho_erp_gateway": "java-erpgateway",
"yohobuy_wechat": "java-wechat",
"yohobuy_union": "java-union"
"yohobuy_union": "java-union",
"uic": "java-uic"
}
# all available zone groups
all_groups = {}
... ...