29 lines
969 B
Plaintext
29 lines
969 B
Plaintext
taskserv = Webhook {
|
|
# https://github.com/adnanh/webhook/release
|
|
webhook_version = "2.8.1"
|
|
# config file for webhook in /etc/webhook
|
|
webhook_conf = "hooks.conf"
|
|
# IP to listen
|
|
webhook_ip = "$network_private_ip"
|
|
# Port to listen
|
|
webhook_port = 9000
|
|
# Path for logs
|
|
webhook_logs_path = "/var/log/webhooks.logs"
|
|
# User
|
|
webhook_user = "webhook"
|
|
webhook_group = "webhook"
|
|
webhook_home = "/home/webhook"
|
|
repo_username = "devadm"
|
|
# hostname for ssh/config
|
|
repo_hostname = "repo.librecloud.online"
|
|
# IMPORTANT: repo_ssh_key keys are copied form local to devops_admin (devadm)
|
|
# Has to be registered in repositiory (giteaa) to be used for git commands
|
|
# should not have passphrase, use private key name
|
|
repo_ssh_key = "~/.ssh/id_cdci"
|
|
repo_ssh_port = 2022
|
|
# kloud path to clone repositories
|
|
provisioning_kloud = "~/lab"
|
|
# default aws profie for env
|
|
aws_profile = "cnz"
|
|
}
|