From d5bf357c8010bb1219d04ede14ce699b409e93c5 Mon Sep 17 00:00:00 2001 From: Determinant Date: Sun, 30 Aug 2020 00:15:08 -0400 Subject: fix the connection issue with --notls flag on; WIP: deployment example --- scripts/deploy/app/reset.yml | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 scripts/deploy/app/reset.yml (limited to 'scripts/deploy/app/reset.yml') diff --git a/scripts/deploy/app/reset.yml b/scripts/deploy/app/reset.yml new file mode 100644 index 0000000..1b80b27 --- /dev/null +++ b/scripts/deploy/app/reset.yml @@ -0,0 +1,21 @@ +--- +# available vars: +# last_state -- the content of state.json +# nid -- host_idx (with 0 as default) +# ngroup -- the group of nodes involved in the build +# testbed -- the remote path of run_id + +- name: reset hotstuff + vars: + log_dir: "{{ (testbed, hs_log_dir) | path_join }}" + block: + - name: remove confs + file: + path: "{{ conf_dir }}" + state: absent + when: "hs_no_reset_conf is not defined or (hs_no_reset_conf == False)" + - name: remove old logs + file: + path: "{{ log_dir }}" + state: absent + when: "hs_no_reset_log is not defined or (hs_no_reset_log == False)" -- cgit v1.2.3-70-g09d2