Sometimes the problem isn’t in the underlying system, but it’s in the sensor you’re using. When you’re trying something new, you’re more likely to think it’s the new thing you’re trying that’s broken.
I’m using a feature of ansible I hadn’t used before,limiting host when including a playbook. Unfortunately, it didn’t seem to be working right for me. I was testing it out using the --limit-hosts
flag, which just shows you what hosts are going to run instead of actually running the ansible tasks on those hosts.
It turns out, list-hosts doesn’t work when you limit hosts with includes. I thought the feature was broken, but it works fine.