feat: simplify semaphore and add ssh config

This commit is contained in:
Simon Cornet 2025-10-02 14:14:26 +02:00
commit 679f31d7ae
4 changed files with 35 additions and 13 deletions

View file

@ -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