Some checks failed
CI / lint-and-test (push) Successful in 57s
CI / ansible-validation (push) Successful in 2m26s
CI / secret-scanning (push) Successful in 1m27s
CI / dependency-scan (push) Successful in 1m32s
CI / sast-scan (push) Successful in 2m6s
CI / license-check (push) Successful in 54s
CI / vault-check (push) Successful in 2m27s
CI / playbook-test (push) Successful in 2m23s
CI / container-scan (push) Successful in 1m33s
CI / sonar-analysis (push) Failing after 1m6s
CI / workflow-summary (push) Successful in 51s
11 lines
233 B
YAML
11 lines
233 B
YAML
---
|
|
# SonarQube host configuration
|
|
# Install sudo first, then use sudo for become
|
|
# After sudo is installed, this will work:
|
|
ansible_become: true
|
|
ansible_become_method: sudo
|
|
# Configure shell for ladmin user
|
|
shell_users:
|
|
- ladmin
|
|
|