
ansible-pull
List of commands for ansible-pull:
-
ansible-pull:tldr:0304f ansible-pull: Pull a playbook from a VCS, specify hosts file and execute a specific playbook.$ ansible-pull -U ${repository_url} -i ${hosts_file} ${playbook}try on your machineexplain this command
-
ansible-pull:tldr:3aa05 ansible-pull: Pull a playbook from a VCS and execute a specific playbook.$ ansible-pull -U ${repository_url} ${playbook}try on your machineexplain this command
-
ansible-pull:tldr:9b6fc ansible-pull: Pull a playbook from a VCS and execute a default local.yml playbook.$ ansible-pull -U ${repository_url}try on your machineexplain this command
-
ansible-pull:tldr:f21f4 ansible-pull: Pull a playbook from a VCS at a specific branch and execute a specific playbook.$ ansible-pull -U ${repository_url} -C ${branch} ${playbook}try on your machineexplain this command