From a91930db1d01177dd21ecd9a0a7e2ba6cb5e8477 Mon Sep 17 00:00:00 2001 From: Pierre-Yves Chibon Date: Fri, 8 Aug 2014 18:47:37 +0200 Subject: [PATCH] Add first hack on the run_fasClient playbook --- playbooks/run_fasClient.yml | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 playbooks/run_fasClient.yml diff --git a/playbooks/run_fasClient.yml b/playbooks/run_fasClient.yml new file mode 100644 index 0000000000..3de83ec156 --- /dev/null +++ b/playbooks/run_fasClient.yml @@ -0,0 +1,11 @@ +# Run `fasClient` on all hosts, 3 hosts at a time + +- name: run fasClient + hosts: all + user: root + serial: 3 + + tasks: + - name: actually run fasClient -i + command: fasClient -i +