Add first hack on the run_fasClient playbook
This commit is contained in:
parent
5ecc63cf21
commit
a91930db1d
1 changed files with 11 additions and 0 deletions
11
playbooks/run_fasClient.yml
Normal file
11
playbooks/run_fasClient.yml
Normal file
|
@ -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
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue