December 2017
Intermediate to advanced
410 pages
11h 5m
English
There are two modes of operations in which Ansible works:
Until now, we have been working on a push-based approach, where we used to write Ansible Playbook and Push them to IPs that were mentioned in the Inventory file:

Although the push mode approach is great, the Ansible pull mode is also a great way to achieve certain use cases:
|
Ansible push |
Ansible pull |
|
Workstation calls the server |
Server pulls the code from the repository |
|
Immediate execution |
Non-immediate execution |
|
Slower for large-scale systems |
Much faster for large-scale systems |
Read now
Unlock full access