Markus Fischbacher

Results 45 comments of Markus Fischbacher

Sorry I missed the comments. I will have a look at it again over the day.

> Thanks for opening @rockaut! Do you think the current Ansible definition could be suitable or adapted for your scenario? https://github.com/microsoft/vscode-dev-containers/tree/main/containers/azure-ansible @bamurtaugh IDK ... I guess it could. But should...

Yes Caddy came to my mind too. Personally I'm mostly interested in the error- and over-all-counts and less in the details like timings ... but that's just me. On the...

You mean if the user passes the variable with extra_var/cli? This takes already precedence over the variable in inventory (https://docs.ansible.com/ansible/latest/reference_appendices/general_precedence.html). That said, you are right that currently something is not...

Done... Without the variable set in inventory or cli, the agent will be installed: ```bash datadog-agent on  main [✘!?] took 7s ❯ ansible-playbook site.yml -i inventories/hosts.yml --limit host01p PLAY...

I think I see what you mean. I had a rough week and going into easter vacation, but will look into it next week.

Yeah ... sadly no. This doesn't work on an RPi4 for example as its arm64. Maybe @cloudjumper2000 was refering to that.

I came up with that: `'Host' { if( $cfg.scope.cluster -ne "*" -and $cfg.scope.host -eq "*" ) { $Datacenter | Get-Cluster -Name $cfg.scope.cluster | Get-VMHost -Name $cfg.scope.host } elseif( $cfg.scope.cluster -ne...

Already have this in Branch httpapi1 implemented. Issue for documentation and testing.

> I personally think we should follow Ansible with this. If they still support 2.x, we should do that as well until they decide to stop supporting it with release...