Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

sshuttle included by default, not in RHEL #159

Open
ryoung1us opened this issue Jun 1, 2023 · 1 comment
Open

sshuttle included by default, not in RHEL #159

ryoung1us opened this issue Jun 1, 2023 · 1 comment
Labels
bug Something isn't working

Comments

@ryoung1us
Copy link

The ansible code attempts to install sshuttle by default. This is NOT on the RHEL distribution. It is also in the all yaml file in a section that is labeled that you should not need to change the items.

  1. The provided ansible code should only include packages on the RHEL Linux distribution by default
  2. Documentation should describe the specific scenario when sshuttle is needed and how / where to add sshuttle when it is needed.
@AmadeusPodvratnik AmadeusPodvratnik added the bug Something isn't working label Jun 15, 2023
@jacobemery
Copy link
Collaborator

In PR #178, I've added a task to install EPEL on RHEL machines in 0_setup.yaml playbook.

Although, now that I think about this again... @AmadeusPodvratnik is sshuttle only needed if using NAT-based networking? I think so, right? So I should add a conditional on that task to only be installed when network_mode == nat

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

3 participants