chore: Linting.
This commit is contained in:
parent
58e5fd719d
commit
728dd80ea4
@ -24,4 +24,4 @@
|
|||||||
ansible.builtin.file:
|
ansible.builtin.file:
|
||||||
path: "{{ sonarqube_config_path | expanduser | realpath }}/docker-compose.yml"
|
path: "{{ sonarqube_config_path | expanduser | realpath }}/docker-compose.yml"
|
||||||
state: absent
|
state: absent
|
||||||
when: docker_compose_file.stat.exists
|
when: docker_compose_file.stat.exists
|
||||||
|
@ -15,7 +15,7 @@
|
|||||||
- name: "SONARQUBE | Write configuration files"
|
- name: "SONARQUBE | Write configuration files"
|
||||||
ansible.builtin.template:
|
ansible.builtin.template:
|
||||||
src: "{{ item }}.j2"
|
src: "{{ item }}.j2"
|
||||||
dest: "{{ sonarqube_config_path | expanduser | realpath }}/{{ item }}"
|
dest: "{{ sonarqube_config_path | expanduser | realpath }}/{{ item }}"
|
||||||
mode: '0640'
|
mode: '0640'
|
||||||
with_items:
|
with_items:
|
||||||
- "{{ sonarqube_configuration_files }}"
|
- "{{ sonarqube_configuration_files }}"
|
||||||
|
@ -41,4 +41,4 @@ volumes:
|
|||||||
sonarqube_extensions:
|
sonarqube_extensions:
|
||||||
|
|
||||||
networks:
|
networks:
|
||||||
sonarqube-net: {}
|
sonarqube-net: {}
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
# Database configuration
|
# Database configuration
|
||||||
POSTGRES_USER={{ sonarqube_db_user }}
|
POSTGRES_USER={{ sonarqube_db_user }}
|
||||||
POSTGRES_PASSWORD={{ sonarqube_db_password }}
|
POSTGRES_PASSWORD={{ sonarqube_db_password }}
|
||||||
POSTGRES_DB=sonarqube
|
POSTGRES_DB=sonarqube
|
||||||
|
Loading…
Reference in New Issue
Block a user