|
|
@ -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.
|
|
|
|