Ansible Role for installing and configuring SempahoreUI
Find a file
Repository files (latest commit first)
Filename Latest commit message Latest commit date
Simon Cornet 5975a7ecf0
All checks were successful
ci/woodpecker/push/linting Pipeline was successful
chore: removed unused vars
2026-07-14 16:55:24 +02:00
.woodpecker chore(package): update cr.simoncor.net/dockerhub/davidanson/markdownlint-cli2 docker tag to v0.23.0 2026-07-01 07:33:30 +00:00
defaults chore: removed unused vars 2026-07-14 16:55:24 +02:00
meta feat: move deps to playbook 2026-05-08 15:44:26 +02:00
roles ci: migrate from gitlab ci to woodpecker 2026-05-15 14:13:50 +02:00
tasks chore: removed unused email bits 2026-07-14 16:54:56 +02:00
templates/semaphore feat: simplify semaphore and add ssh config 2025-10-02 14:14:26 +02:00
.ansible-lint fix: exclude only sops yml files from lint 2026-07-14 16:23:58 +02:00
.editorconfig chore: add .editorconfig and .gitattributes 2026-05-27 14:24:04 +02:00
.gitattributes chore: add .editorconfig and .gitattributes 2026-05-27 14:24:04 +02:00
.gitignore feat: initial commit 2025-09-30 19:45:08 +02:00
.markdownlint-cli2.jsonc ci: migrate from gitlab ci to woodpecker 2026-05-15 14:13:50 +02:00
.sops.yaml fix: correct sops regex to ya?ml 2026-07-14 16:02:06 +02:00
.yamllint chore: exclude .yml files from lint configs 2026-07-14 16:17:41 +02:00
AGENTS.md chore: add AGENTS.md for opencode agents 2026-02-16 10:27:03 +01:00
ansible.cfg chore: sync linting and config files from common 2026-07-14 12:29:55 +02:00
playbook.yaml feat: move deps to playbook 2026-05-08 15:44:26 +02:00
readme.md ci: migrate from gitlab ci to woodpecker 2026-05-15 14:13:50 +02:00
renovate.json feat: initial commit 2025-09-30 19:45:08 +02:00

Ansible Role: Semaphore

Install and configure Semaphore UI - a modern UI for Ansible.

Variables

Variable Required Default Description
mitogen_version No 0.3.45 Mitogen version to install
semaphore_admin_username No admin Admin username
semaphore_admin_password Yes admin Admin password
semaphore_admin_name No Administrator Admin display name
semaphore_admin_email No admin@example.com Admin email
semaphore_runner_token Yes runner-token Runner authentication token
semaphore_email_sender No semaphore@example.com Email sender address
semaphore_email_host No smtp SMTP host
semaphore_email_port No 465 SMTP port
semaphore_email_username No smtp-user SMTP username
semaphore_email_password Yes smtp-pass SMTP password
semaphore_ansible_ssh_key Yes ----------------------- Ansible SSH private key
semaphore_ssh_config No ----------------------- SSH config content

Example

mitogen_version: "0.3.45"
semaphore_admin_username: "admin"
semaphore_admin_password: "secure_password"
semaphore_admin_email: "admin@example.com"
semaphore_runner_token: "secure-runner-token"
semaphore_email_host: "smtp.example.com"
semaphore_email_password: "smtp_password"
semaphore_ansible_ssh_key: "{{ vault_ansible_ssh_key }}"