We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 2a0773c + e614f57 commit a036fc0Copy full SHA for a036fc0
1 file changed
ansible/oneOffScripts/resetWeave.yml
@@ -0,0 +1,6 @@
1
+- hosts: docks
2
+ gather_facts: no
3
+ tasks:
4
+ - name: reset weave
5
+ become: true
6
+ shell: 'sudo weave reset'
0 commit comments