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 @@ -16,6 +16,7 @@ amq_streams_cruise_control_logfilename: '/var/log/cruise-control'
1616amq_streams_cruise_control_logfiles_requires_priv_escalation : yes
1717amq_streams_cruise_control_capacity_template : ' templates/capacity.json.j2'
1818amq_streams_cruise_control_path_to_capacity_file : " {{ amq_streams_cruise_control_home }}/config/capacity.json"
19+ amq_streams_cruise_control_path_to_capacity_file_require_priv_escalation : yes
1920amq_streams_cruise_control_user : root
2021amq_streams_cruise_control_group : root
2122amq_streams_cruise_control_zk_host : " {{ groups['zookeepers'][0] }}"
Original file line number Diff line number Diff line change 77 quiet : True
88
99- name : " Ensure capacity.json is properly configured"
10+ become : " {{ amq_streams_cruise_control_path_to_capacity_file_require_priv_escalation }}"
1011 ansible.builtin.template :
1112 src : " {{ amq_streams_cruise_control_capacity_template }}"
1213 dest : " {{ amq_streams_cruise_control_path_to_capacity_file }}"
You can’t perform that action at this time.
0 commit comments