1
0
Fork 0
  • v0.4.0 e8c9d8220d

    v0.4.0 Pre-release

    marcus released this 2026-02-11 00:41:30 +01:00 | 0 commits to main since this release

    Added

    • 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
  • v0.3.0 0ce8a84ad4

    v0.3.0 Pre-release

    marcus released this 2026-01-12 19:13:24 +01:00 | 8 commits to main since this release

    Added

    • Configure private CA cert for registries

    Changed

    • Internal variables in vars/ now use the containerhost__ 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
  • v0.2.0 a2a6987d77

    v0.2.0 Pre-release

    marcus released this 2025-11-26 01:18:11 +01:00 | 14 commits to main since this release

    Changed

    • [Breaking] The role's name is now containerhost (previously containerize). 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-plugin conflict that caused the role to uninstall and reinstall Compose during every run.
    Downloads
  • v0.1.1 dd1c4372d4

    v0.1.1 Pre-release

    marcus released this 2025-06-28 05:20:27 +02:00 | 36 commits to main since this release

    This 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
  • v0.1.0 4d8e781b14

    v0.1.0 Pre-release

    marcus released this 2025-03-08 04:34:07 +01:00 | 37 commits to main since this release

    This release adds:

    • the ability to install Docker plugins using the containerize_docker_plugins variable.
    • the ability to configure the Docker daemon using the containerize_docker_daemon_options variable.
    • 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
  • v0.0.2 5cc2b41100

    v0.0.2 Pre-release

    marcus released this 2024-02-23 03:52:44 +01:00 | 38 commits to main since this release

    Fixed

    • 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 to containerize_ and containerize: 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
  • v0.0.1 53cd2e5c6c

    v0.0.1 Pre-release

    marcus released this 2023-09-23 01:32:46 +02:00 | 55 commits to main since this release

    Added

    • 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