mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
Allude to ansible-pull, more docs coming later.
This commit is contained in:
parent
5954a7d8cc
commit
139a1324e9
1 changed files with 4 additions and 0 deletions
|
@ -24,6 +24,10 @@ version of software if required.
|
|||
|
||||
Multi-machine software deployment is poorly solved by most systems management tools -- often due to architectural nature of being pull oriented and having complex ordering systems, they cover configuration but fail at deployment when updating tiers of machines in well defined steps. This results in using two (or more) logically distinct tools and having complex overlap between them.
|
||||
|
||||
If you actually do need pull oriented mode, though, Ansible 0.4 and later can run playbooks in pull mode as well.
|
||||
This is useful in extreme scaling scenarios or when automatic system remediation is desired. Since Ansible remains
|
||||
server and daemonless, scaling potential is unlimited, and no resources are wasted on running management daemons.
|
||||
|
||||
Deployment and Configuration, Unified
|
||||
`````````````````````````````````````
|
||||
|
||||
|
|
Loading…
Reference in a new issue