I am new with ansible/ansible tower and I've been trying it for some days and trying to copy file, installing software to other machines, and other things.
I have a doubt.
Let's say I have 1 control machine and 10 hosts. I want to copy, for example, 5 files into each host.
I run my playbook. My ansible can only reach 3 files (for example - due to some unknown error), so it copies only 3 files into all hosts. Now I watch this, and after the first job is done I make all the files available. I run my playbook again, and this time it copies all 5 files into all the hosts. Now can I make it, so that Ansible knows the hosts have the first 3 files, and in the second time I run the playbook, it knows it, and therefore, it only copies the remaining files into the hosts? The remaining 2 files.
And the same thing if a host is unreachable is unavailable for the first time. In the second job it should only copy all the files into that host. The remaining hosts which have 3 files it should only copy the remaining files.