-
v0.4.0 Pre-release
released this
2026-02-11 00:41:30 +01:00 | 0 commits to main since this releaseAdded
- Docker Swarm configuration support, including multi-swarm inventories, join tokens, and node labeling.
- Swarm configuration tag
containerhost:configure:swarm.
Fixed
- Avoid length checks on missing swarm manager addresses during join tasks.
Downloads
-
Source code (ZIP)
0 downloads
-
Source code (TAR.GZ)
0 downloads
-
v0.3.0 Pre-release
released this
2026-01-12 19:13:24 +01:00 | 8 commits to main since this releaseAdded
- Configure private CA cert for registries
Changed
- Internal variables in
vars/now use thecontainerhost__prefix (replacing the legacy leading underscore) to avoid collisions with public variables and make scoping explicit. - Replaced injected fact variables with explicit
ansible_facts[...]lookups to silence upcoming Ansible 2.24 deprecation warnings.
Downloads
-
Source code (ZIP)
0 downloads
-
Source code (TAR.GZ)
0 downloads
-
v0.2.0 Pre-release
released this
2025-11-26 01:18:11 +01:00 | 14 commits to main since this releaseChanged
- [Breaking] The role's name is now
containerhost(previouslycontainerize). Update playbooks, inventory assignments, variable prefixes (containerhost_), and tags (containerhost:) accordingly.
Added
- Verified support for Rocky Linux 10 and Debian Trixie.
- Documented contributor guidelines for AI agents in
AGENTS.md.
Fixed
- Resolved the Debian Trixie
docker-compose-pluginconflict that caused the role to uninstall and reinstall Compose during every run.
Downloads
-
Source code (ZIP)
0 downloads
-
Source code (TAR.GZ)
0 downloads
- [Breaking] The role's name is now
-
v0.1.1 Pre-release
released this
2025-06-28 05:20:27 +02:00 | 36 commits to main since this releaseThis release only contains bug fixes and improvements to meta files.
Fixed:
- The role now makes sure Docker is started and enabled directly after installation. This fixes an issue where the role would fail on RHEL9 hosts when installation of Docker and Docker plugins was done in the same play.
- The role now ensures that packages required by Ansible to manage Docker are installed. This fixes an issue where the role would fail on RHEL9 hosts when installing Docker plugins. This requires the EPEL repository to be enabled on RHEL based systems.
Downloads
-
Source code (ZIP)
0 downloads
-
Source code (TAR.GZ)
0 downloads
-
v0.1.0 Pre-release
released this
2025-03-08 04:34:07 +01:00 | 37 commits to main since this releaseThis release adds:
- the ability to install Docker plugins using the
containerize_docker_pluginsvariable. - the ability to configure the Docker daemon using the
containerize_docker_daemon_optionsvariable. - the ability to install Docker-CE from Docker's official repo.
This release removes:
- the variable containerize_registries, because I think that should be handled closer to where its needed.
This release improves:
- the Docker installation logic by more closely following the steps outlined in the Docker documentation.
Downloads
-
Source code (ZIP)
0 downloads
-
Source code (TAR.GZ)
0 downloads
- the ability to install Docker plugins using the
-
v0.0.2 Pre-release
released this
2024-02-23 03:52:44 +01:00 | 38 commits to main since this releaseFixed
- Fixed a bug where the role would try to use a Debian repository for installing Docker on Ubuntu.
Added
- Installing Docker now works on arm64 based Debian.
Changed
- [Breaking] The role's name has been changed to
containerize. Variable and tag prefixes have been changed tocontainerize_andcontainerize:respectively. - The role's tasks now only use internal variables defined in
vars/main.yml. This way I limit the amount of changes if I, for example, decide to rename this thing again for some reason.
Downloads
-
Source code (ZIP)
0 downloads
-
Source code (TAR.GZ)
0 downloads
-
v0.0.1 Pre-release
released this
2023-09-23 01:32:46 +02:00 | 55 commits to main since this releaseAdded
- Option to log into container registries.
- Option to install Podman from distro's repo (tested on deb12 and rocky9)
- Option to install Docker-CE (tested on deb12)
- Started changelog.
Downloads
-
Source code (ZIP)
0 downloads
-
Source code (TAR.GZ)
0 downloads