@matigo tell me this - you've got some kind of nginx based webserver that you need to deploy 10 to a 100 of. You write a config and you useā¦ what? Ansible to post that config as it's configuring the server? Why not have the option for telling Ansible to setup the server and then talk to an nginx API to configure it? It's one of those, "how do I talk to it" things, which I never thought of till I was exposed to the problem. Once I thought about it, makes sense for nginx to expose something, no? Or am I just overthinking it?