Arnaud C
Arnaud C
Hi Pavel, I was thinking about implementing something similar to your script for Mifare Ultralight cards. Would you agree to include this feature into your script, or do you think...
Hi! When creating a run, only the following options can be provided: ``` type PlaybookRunCreateOptions struct { Name [string](https://pkg.go.dev/builtin#string) `json:"name"` OwnerUserID [string](https://pkg.go.dev/builtin#string) `json:"owner_user_id"` TeamID [string](https://pkg.go.dev/builtin#string) `json:"team_id"` Description [string](https://pkg.go.dev/builtin#string) `json:"description"` PostID...
Hi there, I encounter an issue when the dns_conditional_forwarder is setup, while provisioning dc02: ``` fatal: [dc02]: FAILED! => {"changed": false, "msg": "The DnsServer module failed to load properly: The...
**Is your feature request related to a problem? Please describe.** I would like to expose my mail services through traefik. I currently run them as hostPorts. **Describe the solution you'd...
Hello there, I adapted the Azure provider for AWS support. The architecture is the same than the Azure one, with an Ubuntu jumpbox that is exposed over Internet, and the...