25 lines
673 B
YAML
25 lines
673 B
YAML
---
|
|
|
|
# semaphore options
|
|
semaphore_admin_username: "admin"
|
|
semaphore_admin_password: "admin"
|
|
semaphore_admin_name: "Administrator"
|
|
semaphore_admin_email: "admin@example.com"
|
|
semaphore_runner_token: "runner-token"
|
|
semaphore_email_sender: "semaphore@example.com"
|
|
semaphore_email_host: "smtp"
|
|
semaphore_email_port: "465"
|
|
semaphore_email_username: "smtp-user"
|
|
semaphore_email_password: "smtp-pass"
|
|
|
|
# semaphore ansible ssh key
|
|
semaphore_ansible_ssh_key: "supersecure"
|
|
|
|
# semaphore ssh config
|
|
semaphore_ssh_config: |
|
|
host *
|
|
user ansible
|
|
identityfile /home/semaphore/.ssh/ansible.key
|
|
addressfamily inet
|
|
stricthostkeychecking no
|
|
userknownhostsfile /dev/null
|