Is it possible to run a playbook in “pull mode”?
问题 I have playbooks which I start on a master host and which run specific actions on remote hosts. This is a "push" mode - the activity is initiated by the master host. Several of my hosts are down at a given time and obviously fail to run the playbook when in such a state. This leads to hosts which are up-to-date, while others are not. To fix this I could run the playbook on the master host in a regular way (via cron for instance) but this is not particularly effective. Is there a built-in way