You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
Split, both frontend & backend, the ansible configuration & SSH configuration
On the backend, those change should be reflected in a refacto of the Device Auth model:
We should also implement the frontend support of the already present Ansible conf:
sshCommonArgs
sshExecutable
becomeExe
becomeFlags
If relevant
The text was updated successfully, but these errors were encountered: