Need Sonar Code Analysis without Jenkins

I am using stable 6.7 sonarqube version integrated with jenkins for scanning along with Ansible Tower.
Now I want to make sonar code analysis independent of jenkins and as a replacement of jenkins ,I want to use custom python module for sonar analysis of code along with using it into Ansible Tower.
Is it possible?
If anyone knows please suggest.

Hi @venkateshsure29,

Sure, as stated here in the documentation, you can use the stand-alone sonar-scanner utility.