summaryrefslogtreecommitdiff
path: root/lib/ansible/cli/pull.py
diff options
context:
space:
mode:
Diffstat (limited to 'lib/ansible/cli/pull.py')
-rwxr-xr-xlib/ansible/cli/pull.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/lib/ansible/cli/pull.py b/lib/ansible/cli/pull.py
index 99da8c4f0f..dc8f055b44 100755
--- a/lib/ansible/cli/pull.py
+++ b/lib/ansible/cli/pull.py
@@ -38,6 +38,9 @@ class PullCLI(CLI):
This inverts the default *push* architecture of ansible into a *pull* architecture,
which has near-limitless scaling potential.
+ None of the CLI tools are designed to run concurrently with themselves,
+ you should use an external scheduler and/or locking to ensure there are no clashing operations.
+
The setup playbook can be tuned to change the cron frequency, logging locations, and parameters to ansible-pull.
This is useful both for extreme scale-out as well as periodic remediation.
Usage of the 'fetch' module to retrieve logs from ansible-pull runs would be an