add capability to disable systemd-resolved via role #86

Open
lilly wants to merge 1 commit from add-systemd-resolved-config-role into main
Owner

Sometimes it is necessary to disable systemd-resolved on a host, for example when another DNS server is being configured. To make this easy, a new role is introduced (included by default via base_config role) which can do that. The defaults are not changed in any way so any host that is currently running with systemd-resolved will continue to do so.

Sometimes it is necessary to disable systemd-resolved on a host, for example when another DNS server is being configured. To make this easy, a new role is introduced (included by default via `base_config` role) which can do that. The defaults are not changed in any way so any host that is currently running with systemd-resolved will continue to do so.
lilly self-assigned this 2026-05-01 00:19:23 +02:00
add capability to disable systemd-resolved to base_config role
All checks were successful
/ Ansible Lint (push) Successful in 2m28s
/ Ansible Lint (pull_request) Successful in 2m24s
58ced1a85e
lilly requested review from june 2026-05-01 00:19:28 +02:00
All checks were successful
/ Ansible Lint (push) Successful in 2m28s
/ Ansible Lint (pull_request) Successful in 2m24s
This pull request can be merged automatically.
You are not authorized to merge this pull request.
View command line instructions

Checkout

From your project repository, check out a new branch and test the changes.
git fetch -u origin add-systemd-resolved-config-role:add-systemd-resolved-config-role
git switch add-systemd-resolved-config-role

Merge

Merge the changes and update on Forgejo.

Warning: The "Autodetect manual merge" setting is not enabled for this repository, you will have to mark this pull request as manually merged afterwards.

git switch main
git merge --no-ff add-systemd-resolved-config-role
git switch add-systemd-resolved-config-role
git rebase main
git switch main
git merge --ff-only add-systemd-resolved-config-role
git switch add-systemd-resolved-config-role
git rebase main
git switch main
git merge --no-ff add-systemd-resolved-config-role
git switch main
git merge --squash add-systemd-resolved-config-role
git switch main
git merge --ff-only add-systemd-resolved-config-role
git switch main
git merge add-systemd-resolved-config-role
git push origin main
Sign in to join this conversation.
No reviewers
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
CCCHH/ansible-infra!86
No description provided.