Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions docs/operations.md
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,7 @@ By default, the following utility packages are installed during the StackHPC ima
- postfix
- git
- latest python version for system (3.6 for for Rocky 8.9 and 3.12 for Rocky 9.4)
- s-nail

Additional packages can be added during image builds by:
- adding the `extra_packages` group to the build `inventory_groups` (see
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,7 @@ appliances_extra_packages_default:
- postfix
- git
- "{{ 'python36' if ansible_distribution_version == '8.9' else 'python312' }}"
- s-nail

appliances_extra_packages_other: []

Expand Down