ansible-pull
Laden eines Ansible-Playbooks aus einem VCS-Repository und ausführen auf dem lokalen Host. Weitere Informationen: https://docs.ansible.com/ansible/latest/cli/ansible-pull.html.
ansible-pull -U {{repository_url}}
ansible-pull -U {{repository_url}} {{playbook}}
ansible-pull -U {{repository_url}} -C {{branch}} {{playbook}}
ansible-pull -U {{repository_url}} -i {{hosts_datei}} {{playbook}}