No description
  • Shell 67.6%
  • Jinja 32.4%
Find a file
semantic-release-bot 8419ab193a chore(release): 1.6.0 [skip ci]
# [1.6.0](https://github.com/de-it-krachten/ansible-role-docker_scripts/compare/v1.5.0...v1.6.0) (2026-03-15)

### Features

* Added support for Fedora 43 ([7a73a37](7a73a37c6d))
* Drop support for Fedora 41 ([de059ac](de059ac358))
* Drop support for openSUSE Leap 15 ([f2df11e](f2df11eee7))
* Drop support for SUSE Linux Enterprise 15 ([e2fd49c](e2fd49c82f))
2026-03-15 11:37:19 +00:00
.github/workflows Update CI 2026-03-14 19:28:10 +01: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-03-14 19:28:10 +01:00
molecule/default Update CI 2026-03-14 19:28:10 +01:00
tasks feat: Initial release 2023-06-26 00:18:10 +02:00
.ansible-lint feat: Initial release 2023-06-26 00:18:10 +02:00
.cicd Update CI 2026-03-06 22:34:11 +01:00
.cicd.overwrite Update CI 2026-03-14 19:28:10 +01: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.6.0 [skip ci] 2026-03-15 11:37:19 +00:00
README.md Update CI 2026-03-14 19:28:10 +01: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
  • Fedora 421
  • Fedora 431
  • 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