Commit e225c8c0 by Edward Zarecor

Config for new voters

parent 7692664b
...@@ -61,6 +61,8 @@ ...@@ -61,6 +61,8 @@
- "ProccessQuienscenceVoterCelery" - "ProccessQuienscenceVoterCelery"
- "ProccessQuienscenceVoterGunicorn" - "ProccessQuienscenceVoterGunicorn"
- "TrackingLogVoter" - "TrackingLogVoter"
- "ZippedTrackingLogVoter"
- "RolledTrackingLogVoter"
# Optional auth for git # Optional auth for git
- name: create ssh script for git (not authenticated) - name: create ssh script for git (not authenticated)
......
RolledTrackingLogVoter:
config:
tracking_directory: '{{ COMMON_LOG_DIR }}/tracking'
\ No newline at end of file
ZippedTrackingLogVoter:
config:
tracking_directory: '{{ COMMON_LOG_DIR }}/tracking'
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment