📚 ADD: Introduce Semaphore UI Runner Setup Guide and update configuration settings for parallel task execution
This commit is contained in:
@@ -1,59 +1,42 @@
|
||||
{
|
||||
"postgres": {
|
||||
"host": "postgres:5432",
|
||||
"user": "semaphore",
|
||||
"pass": "semaphore",
|
||||
"name": "semaphore",
|
||||
"options": {
|
||||
"sslmode": "disable"
|
||||
}
|
||||
},
|
||||
"dialect": "postgres",
|
||||
"port": "",
|
||||
"interface": "",
|
||||
"tmp_path": "/tmp/semaphore",
|
||||
"ssh_config_path": "",
|
||||
"git_client": "",
|
||||
"web_host": "",
|
||||
"cookie_hash": "I8IwsODrcyEL0472ycEiZCDu4F5VF0MA/J7DVe6/V9s=",
|
||||
"cookie_encryption": "2tv+2qHbRY5v0XjNr1vp1dSR/xD0BJLngVxnxpeXLvk=",
|
||||
"access_key_encryption": "BvmQlUSZ9BoUK7x2U7LoyKh7uyxLNeaPwvryzhjs2pY=",
|
||||
"email_alert": false,
|
||||
"email_sender": "info@phx-erp.de",
|
||||
"email_host": "mail.phx-erp.de",
|
||||
"email_port": "465",
|
||||
"email_username": "yuri.lima@phx-erp.de",
|
||||
"email_password": "0rB0@et68",
|
||||
"email_secure": true,
|
||||
"ldap_enable": false,
|
||||
"ldap_binddn": "",
|
||||
"ldap_bindpassword": "",
|
||||
"ldap_server": "",
|
||||
"ldap_searchdn": "",
|
||||
"ldap_searchfilter": "",
|
||||
"ldap_mappings": {
|
||||
"dn": "",
|
||||
"mail": "",
|
||||
"uid": "",
|
||||
"cn": ""
|
||||
},
|
||||
"ldap_needtls": false,
|
||||
"telegram_alert": false,
|
||||
"telegram_chat": "",
|
||||
"telegram_token": "",
|
||||
"slack_alert": true,
|
||||
"slack_url": "https://hooks.slack.com/services/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",
|
||||
"oidc_providers": null,
|
||||
"max_parallel_tasks": 1,
|
||||
"runner_registration_token": "",
|
||||
"password_login_disable": false,
|
||||
"non_admin_can_create_project": true,
|
||||
"runner": {
|
||||
"api_url": "",
|
||||
"registration_token": "",
|
||||
"config_file": ""
|
||||
},
|
||||
"schedule": {
|
||||
"timezone": "Europe/Berlin"
|
||||
}
|
||||
}
|
||||
"postgres": {
|
||||
"host": "postgres:5432",
|
||||
"user": "semaphore",
|
||||
"pass": "semaphore",
|
||||
"name": "semaphore",
|
||||
"options": {
|
||||
"sslmode": "disable"
|
||||
}
|
||||
},
|
||||
"dialect": "postgres",
|
||||
"tmp_path": "/tmp/semaphore",
|
||||
"web_host": "https://ansible.phx-erp.de",
|
||||
"cookie_hash": "I8IwsODrcyEL0472ycEiZCDu4F5VF0MA/J7DVe6/V9s=",
|
||||
"cookie_encryption": "2tv+2qHbRY5v0XjNr1vp1dSR/xD0BJLngVxnxpeXLvk=",
|
||||
"access_key_encryption": "BvmQlUSZ9BoUK7x2U7LoyKh7uyxLNeaPwvryzhjs2pY=",
|
||||
"email_sender": "info@phx-erp.de",
|
||||
"email_host": "mail.phx-erp.de",
|
||||
"email_port": "465",
|
||||
"email_username": "yuri.lima@phx-erp.de",
|
||||
"email_password": "0rB0@et68",
|
||||
"email_secure": true,
|
||||
"ldap_mappings": {
|
||||
"dn": "",
|
||||
"mail": "",
|
||||
"uid": "",
|
||||
"cn": ""
|
||||
},
|
||||
"slack_alert": true,
|
||||
"slack_url": "https://hooks.slack.com/services/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",
|
||||
"max_tasks_per_template": 3,
|
||||
"max_parallel_tasks": 3,
|
||||
"runner_registration_token": "Z*!!MPPi68C3Vganq2BbV*PBNTxxtaLCfk9M.XG@z!h",
|
||||
"non_admin_can_create_project": true,
|
||||
"use_remote_runner": false,
|
||||
"runner": {
|
||||
"token": "JuxpmoeVDQOe/O0GvUBJ6HqyNgMGB6QDmky6lYBMEBU="
|
||||
},
|
||||
"schedule": {
|
||||
"timezone": "Europe/Berlin"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user