Ansible - ansible-pull

Card Puncher Data Processing

About

ansible-pull is command line client that runs playbook in a pull way (ie on the localhost) whereas ansible-playbook will run them in a push way.

It is a small script that will checkout a repo of configuration instructions from git, and then run ansible-playbook against that content.

Help

Run ansible-pull –help for details.

Example

There’s also a clever playbook available to configure ansible-pull via a crontab from push mode.





Discover More
Card Puncher Data Processing
Ansible - Client

Card Puncher Data Processing
Ansible - Playbook

Playbook is the language of Ansible. Ansible modules are the function Playbooks are declarative instruction written in Yaml that run module functions A playbook is a list of play. Playbooks are:...



Share this page:
Follow us:
Task Runner