feat: simplify semaphore and add ssh config
This commit is contained in:
parent
4fd439f7da
commit
679f31d7ae
4 changed files with 35 additions and 13 deletions
|
|
@ -11,3 +11,15 @@ 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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue