papanito / ansible-role-cloudflared

This ansible role does download and install cloudflared on the host and optionally installs the argo-tunnel as a service.
Apache License 2.0
51 stars 13 forks source link

Use role once for multiple services #4

Closed papanito closed 4 years ago

papanito commented 4 years ago

Instead of running the roles several times for different services, I guess it's a better option to have to run it only once

My idea is to use a list - 1 entry per service, including specific parameters - and then iterate over the list

Goes together with #3