mirror of
https://github.com/de-it-krachten/ansible-role-docker_scripts
synced 2026-05-14 03:31:55 +00:00
No description
- Shell 67.6%
- Jinja 32.4%
# [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 ([ |
||
|---|---|---|
| .github/workflows | ||
| defaults | ||
| files | ||
| meta | ||
| molecule/default | ||
| tasks | ||
| .ansible-lint | ||
| .cicd | ||
| .cicd.overwrite | ||
| .collections | ||
| .gitignore | ||
| .releaserc.yml | ||
| .roles | ||
| .yamllint | ||
| CHANGELOG.md | ||
| README.md | ||
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