2 Commits

Author SHA1 Message Date
2f951c1b8b chore(release): 1.1.4 2023-04-29 16:18:35 +02:00
930537c825 chore: Add SonarLint 2023-04-29 16:18:30 +02:00
4 changed files with 13 additions and 3 deletions

1
.gitignore vendored
View File

@@ -6,6 +6,7 @@ __pycache__
.molecule
.cache
.venv
.scannerwork
*.iml
.idea

View File

@@ -2,6 +2,8 @@
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
### [1.1.4](https://git.laurivan.com/Dev/ansible-role-sonarqube/compare/v1.1.3...v1.1.4) (2023-04-29)
### [1.1.3](https://git.laurivan.com/Dev/ansible-role-sonarqube/compare/v1.1.2...v1.1.3) (2023-04-28)

7
sonar-project.properties Normal file
View File

@@ -0,0 +1,7 @@
sonar.projectKey=ansible-role-sonarqube
sonar.projectVersion=main
sonar.projectName=ansible-role-sonarqube
sonar.language=ansible,yaml
sonar.sources=.
sonar.host.url=http://10.0.0.27:39000

View File

@@ -40,7 +40,7 @@
name: fs.file-max
value: "{{ sonarqube_fs_file_max }}"
state: present
reload: yes
reload: true
become: true
- name: "SONARQUBE | Set up the VM max_map_count"
@@ -48,5 +48,5 @@
name: vm.max_map_count
value: "{{ sonarqube_vm_max_map_count }}"
state: present
reload: yes
become: true
reload: true
become: true