Good day. We’re new to Ansible so we might be missing something obvious.
We have a playbook that deploys a splunk forwarder to remote machines:
Good day. We’re new to Ansible so we might be missing something obvious.
We have a playbook that deploys a splunk forwarder to remote machines:
Try adding -vvv to the command ansible-playbook -vvv -i inventory splFwdr.yml, as far as order of hosts my understanding is that ansible is doing each machine in parallel and one of the machines may be taking a variable amount of time to get going.