[PR #625] [MERGED] Enabling ansible-playbook on fedora containers #2555

Closed
opened 2026-03-01 18:40:34 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/netbootxyz/netboot.xyz/pull/625
Author: @rwaltr
Created: 5/3/2020
Status: Merged
Merged: 5/3/2020
Merged by: @antonym

Base: developmentHead: building-on-fedora


📝 Commits (2)

  • 21cadc1 Excluded Fedora and RHEL from EPEL install task
  • fe23929 Added Make to redhat packages

📊 Changes

2 files changed (+3 additions, -1 deletions)

View changed files

📝 roles/netbootxyz/tasks/generate_disks_base.yml (+2 -1)
📝 roles/netbootxyz/vars/redhat.yml (+1 -0)

📄 Description

Fedora Linux and RHEL do not have the EPEL repository available for them from the base install and repository, only CentOS does. Originally the playbook would fail on Fedora containers due to lack of make package and no epel-release available to install. Since Fedora includes the packages required in the base repository, skipping EPEL for Fedora is appropriate. We can do this by specifying the ansible_distribution var instead of ansible_os_family

The make package was added since it is not a dependency of the original list.


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/netbootxyz/netboot.xyz/pull/625 **Author:** [@rwaltr](https://github.com/rwaltr) **Created:** 5/3/2020 **Status:** ✅ Merged **Merged:** 5/3/2020 **Merged by:** [@antonym](https://github.com/antonym) **Base:** `development` ← **Head:** `building-on-fedora` --- ### 📝 Commits (2) - [`21cadc1`](https://github.com/netbootxyz/netboot.xyz/commit/21cadc13ad52dad64b1b9ed8d8bd54b64009a7e1) Excluded Fedora and RHEL from EPEL install task - [`fe23929`](https://github.com/netbootxyz/netboot.xyz/commit/fe23929416aec1823c8afc11afaf978fbcfa1378) Added Make to redhat packages ### 📊 Changes **2 files changed** (+3 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `roles/netbootxyz/tasks/generate_disks_base.yml` (+2 -1) 📝 `roles/netbootxyz/vars/redhat.yml` (+1 -0) </details> ### 📄 Description Fedora Linux and RHEL do not have the EPEL repository available for them from the base install and repository, only CentOS does. Originally the playbook would fail on Fedora containers due to lack of `make` package and no `epel-release` available to install. Since Fedora includes the packages required in the base repository, skipping EPEL for Fedora is appropriate. We can do this by specifying the `ansible_distribution` var instead of `ansible_os_family` The `make` package was added since it is not a dependency of the original list. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-01 18:40:34 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/netboot.xyz#2555
No description provided.