File tree Expand file tree Collapse file tree 2 files changed +2
-0
lines changed
roles/amq_streams_cruise_control Expand file tree Collapse file tree 2 files changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -13,6 +13,7 @@ amq_streams_cruise_control_config_properties_template: 'templates/cruisecontrol.
1313amq_streams_cruise_control_path_to_log4j_properties : " {{ amq_streams_cruise_control_home }}/config/log4j.properties"
1414amq_streams_cruise_control_log4j_template : ' templates/log4j.properties.j2'
1515amq_streams_cruise_control_logfilename : ' /var/log/cruise-control'
16+ amq_streams_cruise_control_logfiles_requires_priv_escalation : yes
1617amq_streams_cruise_control_capacity_template : ' templates/capacity.json.j2'
1718amq_streams_cruise_control_path_to_capacity_file : " {{ amq_streams_cruise_control_home }}/config/capacity.json"
1819amq_streams_cruise_control_user : root
Original file line number Diff line number Diff line change 2727 rhn_product_archive_file_pattern : " {{ amq_streams_cruise_control_rhn_product_archive_file_pattern }}"
2828
2929- name : " Deploy custom log4j config (if provided)"
30+ become : " {{ amq_streams_cruise_control_logfiles_requires_priv_escalation }}"
3031 when :
3132 - amq_streams_cruise_control_logfilename is defined
3233 block :
You can’t perform that action at this time.
0 commit comments