Can't run Ansible in daemon-mode
问题 Can I run Ansible to manage my hosts like a daemon? For example, I sometimes change my playbooks and I don't want to run "ansible-playbook main.yml" manually. Please, don't propose crontab. There is a specific point and I can't use crontab on production server. Thank you 回答1: What you are talking about here is called pull mode . Architectually Ansible is designed to work in push mode - you push changes to server from a control machine. If you really would like to make Ansible work in pull