Improve Docker baseline role #1

Open
lorentz wants to merge 1 commit from hermes/docker-baseline-improvements into main
Owner

Updates the Docker baseline role with Debian/Ubuntu guardrails, architecture detection, Docker apt key refresh, collection requirements, python3-docker, /opt/stacks creation, variable-driven shared networks, and Docker/Compose verification tasks.

Validation run:

ansible-galaxy collection install -r collections/requirements.yml
ansible-playbook --syntax-check -i inventory/hosts.ini playbooks/docker.yml

Result: syntax check passed; warning only that current inventory did not contain docker_hosts in the checked file.

Updates the Docker baseline role with Debian/Ubuntu guardrails, architecture detection, Docker apt key refresh, collection requirements, python3-docker, /opt/stacks creation, variable-driven shared networks, and Docker/Compose verification tasks. Validation run: ```text ansible-galaxy collection install -r collections/requirements.yml ansible-playbook --syntax-check -i inventory/hosts.ini playbooks/docker.yml ``` Result: syntax check passed; warning only that current inventory did not contain docker_hosts in the checked file.
lorentz added 1 commit 2026-07-22 08:13:28 -04:00
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 hermes/docker-baseline-improvements:hermes/docker-baseline-improvements
git checkout hermes/docker-baseline-improvements

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 checkout main
git merge --no-ff hermes/docker-baseline-improvements
git checkout hermes/docker-baseline-improvements
git rebase main
git checkout main
git merge --ff-only hermes/docker-baseline-improvements
git checkout hermes/docker-baseline-improvements
git rebase main
git checkout main
git merge --no-ff hermes/docker-baseline-improvements
git checkout main
git merge --squash hermes/docker-baseline-improvements
git checkout main
git merge --ff-only hermes/docker-baseline-improvements
git checkout main
git merge hermes/docker-baseline-improvements
git push origin main
Sign in to join this conversation.
No reviewers
No labels
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: lorentz/wulf-ansible#1
No description provided.