gardar

Results 250 comments of gardar

Any chance this will be merged soon?

> Thanks for the explanation, @flowerysong - I guess my only follow up question is whether the validation task _should_ run, if all the other tasks in the role are...

> They are different situations, because task gathering is a single task at the top level of the play and has no children. For implicit fact gathering there are two...

> I have agreed with this idea in the past. Even to the point that I modified `redhat_subscription.py` to skip the removal of serials/poolIDs it found that were not explicitly...

You should be able to do that by setting `server_url` in the acme account https://github.com/remilapeyre/vault-acme/blob/master/website/source/api/secret/acme/index.html.md#create-or-update-acme-account

Sure, here's how I used that option to use the staging letsencrypt server: ``` $ vault secrets enable -path letsencrypt_staging -plugin-name acme plugin $ vault secrets tune -max-lease-ttl=8760h letsencrypt_staging $...

In that case you perhaps want to use the http01 challenge rather than dns https://github.com/remilapeyre/vault-acme/blob/master/website/source/docs/secrets/acme/index.html.md https://github.com/remilapeyre/vault-acme/blob/master/website/source/docs/secrets/acme/sidecar.html.md

Marking as draft as I didn't realize the create_cloud_stack was supposed to run before each integration test, it complicates things a bit so I might need to rethink this, feedback...

Since the Consul role has Windows support I think it would be safe to say that a PR would be welcome, the lack of Windows support in this role is...