summaryrefslogtreecommitdiffstats
path: root/test/integration/targets/throttle/runme.sh
blob: 0db5098db742110c46f1c5561ddbd15bf2dbd332 (plain)
1
2
3
4
5
6
7
#!/usr/bin/env bash

set -eux

# https://github.com/ansible/ansible/pull/42528
SELECTED_STRATEGY='linear' ansible-playbook test_throttle.yml -vv -i inventory --forks 12 "$@"
SELECTED_STRATEGY='free' ansible-playbook test_throttle.yml -vv -i inventory --forks 12 "$@"