Daniel S. Reichenbach

Results 15 comments of Daniel S. Reichenbach

@JoffreyHerard yes, the are available in this repo: https://github.com/wowstack/cmangos-classic-db

Tasks to resolve this: - [ ] change the Docker entrypoint to use the IP address assigned to the world server to update the realm list.

This would be extremely helpful. E.g. if this would be possible, I'd bake you a cake: ```hcf resource "digitalocean_volume" "assets" { region = "${var.digitalocean_region}" name = "${var.project}-storage" size = 100...

This seems to be the perfect use case for using distinct environments to deploy pieces of infrastructure that should have only immutable access to other resources. [This talk](https://www.youtube.com/watch?v=wgzgVm7Sqlk) describes the...

Changing `lookup_options` in the module to this: ```yaml --- lookup_options: 'telegraf::inputs': merge: strategy: deep merge_hash_arrays: true 'telegraf::outputs': merge: strategy: deep merge_hash_arrays: true ``` resolves the issue.