Alexander Brook Perry

Results 16 comments of Alexander Brook Perry

My container just dies so I don't get chance to exec and execute the command. I tried committing and going back in but I don't even have a directory /config/www/artisan...

Oh yes it is right. I've implemented this but realised I just copied it from program files, will submit a pull request when I switch it over to use the...

Currently have to do this ugly/unportable mess: ``` - name: Ensure the externaldns service account exists google.cloud.gcp_iam_service_account: name: "{{ service_account_email }}" display_name: External DNS service account project: "{{ google_project_name }}"...

> The simplest way that I can think for this new feature would be to add a parameter `bindings` to the gcp_iam_role module to be able to bind the role...

I've not been able to get kaniko to work in Kubernetes on Jenkins with any version at all (I've been at it for a few days now). Tried many versions,...

@dpernuit saw you closed the pull request 4 years later 😅. Closing the ticket too.

Funnily enough I've just run into this again. I may be able to find time this week to implement it. I would just do something like: ```python gcp_iam_policy_binding: project: "{{...

> Hi! I That should work fine, it seems to map to the `SetIamPolicy` API: https://cloud.google.com/iam/docs/reference/rpc/google.iam.v1#google.iam.v1.SetIamPolicyRequest. Hmm I'm a bit lost with this, are there any examples of using RPC...