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

[CHORE] Refacto Device Configuration to split SSH & Ansible conf 🧹 #771

Open
SquirrelDeveloper opened this issue Feb 22, 2025 · 0 comments
Labels
chores Refactoring or small updates

Comments

@SquirrelDeveloper
Copy link
Collaborator

Split, both frontend & backend, the ansible configuration & SSH configuration

  • The Device Configuration Modal should have a new tab for Ansible specific elements (moving SSH configuration method, Ignore SSL errors and ansible python interpreter in it)

On the backend, those change should be reflected in a refacto of the Device Auth model:

docker: {
}
ssh: {
}
sudo : {
}

We should also implement the frontend support of the already present Ansible conf:
sshCommonArgs
sshExecutable
becomeExe
becomeFlags
If relevant

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
chores Refactoring or small updates
Projects
Status: For the next release
Development

No branches or pull requests

1 participant