WIP: fix systemd-resolved not being installed
deploy_systemd_resolved_config role does not install systemd-resolved
Add role name as tag to all basic roles
I would say that our goal is to run parts of a playbook. My main use-case is that I'm configuring a specific service on a VM in which case I don't want to run all the base_config and utility roles.
add capability to disable systemd-resolved via role
No specific reason. I just personally don't like to hide something in a .d directory (which I find easy to overlook) when the intuitive efault would be to look in /etc/resolv.conf when…
Add role name as tag to all basic roles
Because the tag is a detail of the role itself and not a concern of where the role is called. If we would set it where the role is used, the same argument you take can be made for forgetting to…
WIP: Implement new authoritative DNS