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
We are providing installations like Node, Python, Java, AWS (CLI and CDk), terraform, maven, notepad++, ruby, microsoft windows terminal, curl, putty, beyond compare, WINSCP, IDES like VSCode and Intellij
We have the code path as below structure, consider example for AWS
windows.yml-- which will have the windows script
wsl.yml-- which will have the wsl script
main.yml-- this is the file at present at individual role and we will call those windows.yml and wsl.yml here
Finally we have a main.yml at root of the application where we will have the roles an tags place
Query / Ask
As i had given my sample block of code for java and python, similar blocks are there for node, aws roles etc
My Ask is how can we do the Integration testing, Sanity testing, Unit Testing for those roles, Need some information on this
If any testing tool is there how can i integrate that with my ansible playbook locally with VSCode, Need some information on this
Need some Guidance/ Help/ Information How can i perform the Testing with these playbooks.
The text was updated successfully, but these errors were encountered:
Description
I am having a ansible automation for installation of softwares on
windows
andWSL(Linux)
We are using two third party package managers for installations
Chocolatey
(https://chocolatey.org/)-- which is for windowsASDF
(https://asdf-vm.com/) ,Apt
(https://manpages.ubuntu.com/manpages/jammy/man8/apt.8.html) -- which is for WSL(Linux)We are providing installations like Node, Python, Java, AWS (CLI and CDk), terraform, maven, notepad++, ruby, microsoft windows terminal, curl, putty, beyond compare, WINSCP, IDES like VSCode and Intellij
We have the code path as below structure, consider example for
AWS
windows.yml
-- which will have the windows scriptwsl.yml
-- which will have the wsl scriptmain.yml
-- this is the file at present at individual role and we will call those windows.yml and wsl.yml hereFinally we have a main.yml at root of the application where we will have the roles an tags place
Query / Ask
Need some Guidance/ Help/ Information How can i perform the Testing with these playbooks.
The text was updated successfully, but these errors were encountered: