It's now a UI for Ansible, Terraform and more! // Semaphore

  Рет қаралды 34,386

Christian Lempa

Christian Lempa

Күн бұрын

Пікірлер: 53
@dushkodavchev
@dushkodavchev 4 ай бұрын
I really like where the Semaphore UI concept is going. Thank you for the video!
@christianlempa
@christianlempa 4 ай бұрын
Me too! Thank you 😊
@semaphoreui
@semaphoreui Ай бұрын
Thank you :)
@oldcmputer
@oldcmputer 4 ай бұрын
Thank you so much for doing a video on this and referencing the open source model. I just deployed this at work & plan to contribute & support them. This Ansible webUI is such a game changer!!! Great video & would love to see some cool Ansible or OpenTofu refresh videos. ✌🏻from Chicago.
@oneito947
@oneito947 4 ай бұрын
been waiting for this video for ages
@sebastiaanhommes5037
@sebastiaanhommes5037 4 ай бұрын
Hi Christian, thnx for this video, awesome as usual! But I do am curious what your opinion is on Semaphore vs Kestra?
@ScooterBean
@ScooterBean 4 ай бұрын
IMO these two products arent really in the same category to even compare.
@texanallday
@texanallday Ай бұрын
What is the difference, just looked it up and seems similar but separate.
@jonny.rubber
@jonny.rubber 4 ай бұрын
I see you are putting it all together.
@jzwqa
@jzwqa 2 ай бұрын
Great video. It seems you are basically running the Terraform workflow commands (plan, apply) but using Semaphore UI based on changes triggered by git commits. This is so similar to doing a CICD or GitOps pipeline in GitLab or GitHub or Jenkins. Also very similar is the practice of storing state in a remote backend. I'm wondering what advantage Semaphore offers for Terraform workflow over the standard CICD workflow/pipeline tools?. .At least in traditional tools you can create a step to save the output of the plan phase and feed it in the apply command so that it won't do a user prompt before applying. Looks like Semaphore UI is just a task runner with a GUI. The downside of GUI here (vs CICD pipelines) is not IaC, but CICD is IAC. (Eg: Gitlab CI yml can be stored in the same repo as the rest of your Terraform repo and doesn't require fiddling with an interactive GUI).
@christianlempa
@christianlempa 2 ай бұрын
Thanks! Actually yes it’s just a UI for those tools, but it also provides scheduling, logs, teams, etc
@DillPL
@DillPL 4 ай бұрын
If you already have self-hosted GitLab instance, you might use it as remote HTTP backed for Terraform :p This reduces the extra remote dependency on Hashicorp cloud.
@christianlempa
@christianlempa 4 ай бұрын
That's a good idea :) I'll check it out!
@ScooterBean
@ScooterBean 4 ай бұрын
For the state issue id just use seaweedfs or minio as a backend. Both just act in place of S3. Also worth noting something like atlantis layered in here would be nice as well. Although im not a huge fan of atlantis too much config per repo.
@ScooterBean
@ScooterBean 4 ай бұрын
Also for your secretes management I use infisical
@NareshKumar-jm2vs
@NareshKumar-jm2vs 19 күн бұрын
Unable to bring up the UI. I tried different versions of the package, and changed the database too. Still no luck. Any suggestions ??
@XortiX
@XortiX 4 ай бұрын
Hi Christian! Kannst Du uns vielleicht zeigen, wie man Authentik in Semaphore nutzen kann?
@michaelkoch5483
@michaelkoch5483 4 ай бұрын
Looks nice and useful to run some stuff. But why not use a Gitlab integration with gitlab-runner and the pipelines, should be integrated much better. Gitlab can also handle Terraform states for you.
@christianlempa
@christianlempa 4 ай бұрын
That's a good idea, but it's great to have some additional options :)
@jg1000c
@jg1000c 2 ай бұрын
Looks like the updated the arguments section of a new task template. It use to be json format. Do you know how to use the new Args section? is it key=value? or key:value? need ""? not clear here. Also how are Survey variables used?
@andreashe36
@andreashe36 4 ай бұрын
Did not find any video yet how to address groups in inventory . What if a task shall only apply to specific servers e.g. in inventory group?
@OsbornePro
@OsbornePro 2 ай бұрын
Maybe I’m answering your question. I have recently discovered Semaphore which I use with Ansible. My Nagios Event Handlers I have not figured out how to input insert Survey Variables into my API call so I have been using limit in the API call instead. Inside the Semaphore UI I prompt the runner for shadow vars that I plug into delegate_to in the playbook. You can put an inventory group name there
@shiftsystems7094
@shiftsystems7094 4 ай бұрын
For secrets and semaphore I'm using environment variables which support secrets
@laurentiusjudhianto6631
@laurentiusjudhianto6631 4 ай бұрын
Nice video, this was something I wanted to see for a long time. Yet I wonder what is the benefit of using Semphore if we already have Kestra / Rundeck. I do think I still prefer Rundeck (or Kestra) over this, because Rundeck offer interface for filling the input (custom form) with predefined output.
@stmusil
@stmusil 4 ай бұрын
I think also Semaphore have some form of inputs before the template is executed. they call it "Survey Variables". and before execution it will ask you for an input via web UI form. But you are not able to pre-fill these variables, you can add description next to the input.
@stmusil
@stmusil 4 ай бұрын
Thank you for directing me to Redneck.
@tapasmallick
@tapasmallick 4 ай бұрын
Hello, We have deployed semaphore as a docker container and it works as usual. But when we put it behind a nginx reverse proxy with location based routing (e.g. /semaphore), it seize to work. I requested for help in semaphore community discussion forum but didn't get any assistance yet. It will be really a great help to address the issue as I can't afford to have nginx web_root dedicated for semaphore as there are some other web based standalone or docker based containers are running on the same host behind same reverse proxy (e.g. grafana & portainer).
@gd_carb0n
@gd_carb0n 4 ай бұрын
I'm curious how you setup passwordless authentication on authentik.
@zancres
@zancres 3 ай бұрын
Loving the Semaphore UI series. Can you make a video example about provisioning and setup of an AWS or other web service VM using SemaphoreUI?
@christianlempa
@christianlempa 3 ай бұрын
I haven’t tried out AWS myself so probably that’s gonna be to hard right now I’m sorry
@zancres
@zancres 3 ай бұрын
@@christianlempa thanks for the rep!
@zancres
@zancres 3 ай бұрын
@@christianlempa Have you tried Semaphore UI cloud version?
@jiaweiliu5226
@jiaweiliu5226 Ай бұрын
How do you do the bash script function?
@shazcool619
@shazcool619 3 ай бұрын
auto-approve option is there as a check-box while running the terraform but it is still asking for the approval/confirmation
@christianlempa
@christianlempa 3 ай бұрын
Hope that’s gonna get fixed soon
@Shaq2k
@Shaq2k 16 күн бұрын
It seems that you have tested 2 products doing the same job; Kestra and Semaphore. Which one did actually end up using?
@christianlempa
@christianlempa 12 күн бұрын
I'm currently using Kestra because it seems to be more flexible. Maybe it's worth a "versus" video at some point :D
@Shaq2k
@Shaq2k 10 күн бұрын
@@christianlempa Thanks for answering. Kestra seem to cost a lot though. Is there something you miss in the free vs paid version?
@LtFrankDrebin
@LtFrankDrebin 4 ай бұрын
While i am still wondering where the untrusted certificate comes from (at 15:00 when you deploy port 80 and address port 443).
@christianlempa
@christianlempa 4 ай бұрын
That's from my IngressController (using untrusted certs as default)
@zhu8co
@zhu8co 3 ай бұрын
I have tried to pass command line arguments to bash or python script. I could not get it to work. the command arguments (in bash $@), it always blank. Have you ever tried?
@christianlempa
@christianlempa 3 ай бұрын
Maybe check if there are any known issues, from my side it works
@avidflyer17
@avidflyer17 4 ай бұрын
Thanks !!! :)
@muhammadraffye6026
@muhammadraffye6026 3 ай бұрын
we cannot select inventory for bash ?
@amandeepsingh7873
@amandeepsingh7873 4 ай бұрын
Can you please make vedio on Semaphore webhook for bitbucket because bitbucket is not supporting custom headers option, Thanks
@semaphoreui
@semaphoreui 2 ай бұрын
You can use Semaphore's Integrations.
@amandeepsingh7873
@amandeepsingh7873 2 ай бұрын
@@semaphoreui if possible please make vedio for bitbucket platform
@s.i.m.c.a
@s.i.m.c.a 4 ай бұрын
so it is really a problem of semaphore ui - it not provides any backend for storing the states or job artifacts
@christianlempa
@christianlempa 4 ай бұрын
Im pretty sure that’s what I said in the video 🤔
@semaphoreui
@semaphoreui 2 ай бұрын
Thank you for your feedback. We are working on it.
@iamunknownperiod3355
@iamunknownperiod3355 4 ай бұрын
Does it support preprocessing Terraform? For example, something that HCL doesn't support required me to generate Terraform code first. Will it be able to handle that? I think it can be done with bash or Ansible and just nest Terraform inside but I assume there are niceties in having the built-in Terraform handle it. Also, side note. I don't get Kubernetes manifests inside Terraform. It seems unnecessary.
This web UI for Ansible is so damn useful!
20:07
Christian Lempa
Рет қаралды 499 М.
Some *EASY* Kubernetes Projects for beginners
14:40
Christian Lempa
Рет қаралды 31 М.
Yay😃 Let's make a Cute Handbag for me 👜 #diycrafts #shorts
00:33
LearnToon - Learn & Play
Рет қаралды 117 МЛН
Turn Off the Vacum And Sit Back and Laugh 🤣
00:34
SKITSFUL
Рет қаралды 7 МЛН
I thought one thing and the truth is something else 😂
00:34
عائلة ابو رعد Abo Raad family
Рет қаралды 9 МЛН
I automated EVERYTHING in my HomeLab // Kestra #2
30:56
Christian Lempa
Рет қаралды 38 М.
Don’t run Proxmox without these settings!
25:45
Christian Lempa
Рет қаралды 286 М.
Ansible vs. Terraform: What's the difference?
9:32
IBM Technology
Рет қаралды 200 М.
Secure authentication for EVERYTHING! // Authentik
39:50
Christian Lempa
Рет қаралды 190 М.
Automating my Homelab with Ansible
13:18
Jeff Geerling
Рет қаралды 345 М.
Secure your HomeLab for FREE // Wazuh
33:59
Christian Lempa
Рет қаралды 76 М.
Todo App part 2
39:50
Mobile Dev
Рет қаралды 6
How One Line of Code Almost Blew Up the Internet
13:47
Kevin Fang
Рет қаралды 2,1 МЛН
Ollama UI - Your NEW Go-To Local LLM
10:11
Matthew Berman
Рет қаралды 128 М.
Yay😃 Let's make a Cute Handbag for me 👜 #diycrafts #shorts
00:33
LearnToon - Learn & Play
Рет қаралды 117 МЛН