I've been messing about with templates in my ansible-playbook lately, and it does as intended now: Upload a dynamic config file, and change a few entries in it.
However, this config file is part of a small structure of static files and folders that also need to be uploaded. Is there a way of doing this recursively, while still allowing the aforementioned dynamic config to be altered?
Alternatively, first upload the static config tree, and then use a template for that one dynamic config?
0 Answers