feat: initial commit
This commit is contained in:
parent
b01c462273
commit
3b80e81c3e
16 changed files with 262 additions and 93 deletions
13
defaults/main.yaml
Normal file
13
defaults/main.yaml
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
---
|
||||
|
||||
# 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"
|
||||
Loading…
Add table
Add a link
Reference in a new issue