mirror of
https://github.com/de-it-krachten/ansible-role-apptainer
synced 2026-05-14 11:41:42 +00:00
No description
- Jinja 100%
|
|
||
|---|---|---|
| .github/workflows | ||
| defaults | ||
| meta | ||
| molecule/default | ||
| tasks | ||
| .ansible-lint | ||
| .cicd | ||
| .cicd.overwrite | ||
| .collections | ||
| .gitignore | ||
| .releaserc.yml | ||
| .roles | ||
| .yamllint | ||
| CHANGELOG.md | ||
| README.md | ||
ansible-role-apptainer
Installs apptainer (fka singularity)
Dependencies
Roles
None
Collections
None
Platforms
Supported platforms
- Red Hat Enterprise Linux 81
- Red Hat Enterprise Linux 91
- Red Hat Enterprise Linux 101
- RockyLinux 8
- RockyLinux 9
- RockyLinux 10
- OracleLinux 8
- OracleLinux 9
- OracleLinux 10
- AlmaLinux 8
- AlmaLinux 9
- AlmaLinux 10
- Ubuntu 22.04 LTS
- Ubuntu 24.04 LTS
- Fedora 42
- Fedora 43
Note: 1 : no automated testing is performed on these platforms
Role Variables
defaults/main.yml
defaults/family-RedHat.yml
# List of RPM packages
apptainer_packages:
- apptainer
defaults/Ubuntu.yml
# APT repository location
apptainer_apt_url: https://ppa.launchpadcontent.net/apptainer/ppa/ubuntu
# APT signing key
apptainer_apt_key: "https://keyserver.ubuntu.com/pks/lookup?op=get&search=0xf6b0f5193d4f3301ef491ff0afe36534fc6218ae"
# APT signing key
apptainer_apt_keyfile: /etc/apt/trusted.gpg.d/apptainer-ubuntu-ppa.gpg
# List of APT packages
apptainer_packages:
- apptainer
Example Playbook
molecule/default/converge.yml
- name: sample playbook for role 'apptainer'
hosts: all
become: 'yes'
tasks:
- name: Include role 'apptainer'
ansible.builtin.include_role:
name: apptainer