No description
  • Shell 67.6%
  • Jinja 32.4%
Find a file
semantic-release-bot 862ebcceee chore(release): 1.7.0 [skip ci]
# [1.7.0](https://github.com/de-it-krachten/ansible-role-docker_scripts/compare/v1.6.0...v1.7.0) (2026-07-27)

### Features

* Added support for Fedora 44 ([d3e4f5a](d3e4f5ada1))
* Added support for Ubuntu 26.04 LTS ([a0678b7](a0678b789e))
* Drop support for Fedora 42 ([819976a](819976acaa))
2026-07-27 10:04:23 +00:00
.github/workflows Update CI 2026-07-23 14:26:43 +02:00
defaults feat: Initial release 2023-06-26 00:18:10 +02:00
files fix: Add help function to docker-compose-backup.sh 2024-05-25 16:35:53 +02:00
meta Update CI 2026-06-07 16:49:15 +02:00
molecule/default Update CI 2026-07-25 17:13:48 +02:00
tasks feat: Initial release 2023-06-26 00:18:10 +02:00
.ansible-lint Update CI 2026-06-07 16:49:15 +02:00
.cicd Update CI 2026-06-09 10:51:24 +02:00
.cicd.overwrite Update CI 2026-06-07 16:49:15 +02:00
.collections Update CI 2024-04-11 00:02:30 +02:00
.gitignore feat: Update supported platforms & CI 2024-12-29 01:50:19 +01:00
.releaserc.yml Update CI 2026-03-06 22:34:11 +01:00
.roles feat: Initial release 2023-06-26 00:18:10 +02:00
.yamllint feat: Update supported platforms & CI 2024-12-29 01:50:19 +01:00
CHANGELOG.md chore(release): 1.7.0 [skip ci] 2026-07-27 10:04:23 +00:00
README.md Update CI 2026-06-07 16:49:15 +02:00

CI

ansible-role-docker_scripts

Scripts to support docker

Dependencies

Roles

  • deitkrachten.users

Collections

None

Platforms

Supported platforms

  • Red Hat Enterprise Linux 81
  • Red Hat Enterprise Linux 91
  • RockyLinux 8
  • RockyLinux 9
  • OracleLinux 8
  • OracleLinux 9
  • AlmaLinux 8
  • AlmaLinux 9
  • Debian 11 (Bullseye)
  • Debian 12 (Bookworm)1
  • Debian 13 (Trixie)
  • Ubuntu 20.04 LTS
  • Ubuntu 22.04 LTS
  • Ubuntu 24.04 LTS
  • Ubuntu 26.04 LTS
  • Fedora 431
  • Fedora 441
  • Alpine 31

Note: 1 : no automated testing is performed on these platforms

Role Variables

defaults/main.yml


# List of users needed for backup retrieval
docker_scripts_users: []

# List of groups needed for backup retrieval
docker_scripts_groups: []

# List of OS packages required by these scripts
docker_scripts_packages:
  - jq
  - duplicity

Example Playbook

molecule/default/converge.yml


- name: sample playbook for role 'docker_scripts'
  hosts: all
  become: 'yes'
  vars:
    molecule_driver: '{{ lookup(''env'', ''MOLECULE_DRIVER_NAME'') }}'
    python_package_install_optional: true
    docker_compose_type: pip
  roles:
    - deitkrachten.python
    - deitkrachten.docker
    - deitkrachten.docker_compose
  tasks:
    - name: Include role 'docker_scripts'
      ansible.builtin.include_role:
        name: docker_scripts