Update pull.py (#70393)
This commit is contained in:
parent
36d7ba1408
commit
46ad3c1162
1 changed files with 1 additions and 1 deletions
|
@ -29,7 +29,7 @@ display = Display()
|
||||||
|
|
||||||
|
|
||||||
class PullCLI(CLI):
|
class PullCLI(CLI):
|
||||||
''' is used to up a remote copy of ansible on each managed node,
|
''' Used to pull a remote copy of ansible on each managed node,
|
||||||
each set to run via cron and update playbook source via a source repository.
|
each set to run via cron and update playbook source via a source repository.
|
||||||
This inverts the default *push* architecture of ansible into a *pull* architecture,
|
This inverts the default *push* architecture of ansible into a *pull* architecture,
|
||||||
which has near-limitless scaling potential.
|
which has near-limitless scaling potential.
|
||||||
|
|
Loading…
Reference in a new issue