Server Automation - Setting Up Ansible UI (Semaphore) With SSH Keys

preview_player
Показать описание
Here we setup ansible using SSH Keys with a web-based GUI known as Semaphore!

0:00 - Intro
0:46 - Docker Installation
5:36 - Creating SSH Keys
10:38 - Setting up Semaphore
13:40 - Running Playbooks
16:01 - Outro
Рекомендации по теме
Комментарии
Автор

I just want to make a comment saying thanks a million. Semaphore is up and running nicely now!

ColoredBytes
Автор

Straight Forward Guide how to Use Semaphore with SSH! No needless, Blabla about the freaking History of the whole tool, sometimes you just wanna know, how to use it!

Great work! 👍

TheOnlyEpsilonAlpha
Автор

can I ask what linux vm you are running semaphore on please?

magicmanj
Автор

Thanks a bunch for putting this together. It sure does help. May I ask if you know how to use the inventory as file. My playbook host parameter is set to all, however, I am finding it difficult to have semaphore pick one of my servers to run the playbook on inside the inventory file path. Any idea?

realnessuntold
Автор

I ran into ssh issue downloading roles in a private repo via requirements.yml. Not clear yet how to get around the issue other than using token instead of ssh.

jgc
Автор

Wouldn't the key disappear as soon as you restart the docker semaphore container?

MrAltairantares
Автор

UNREACHABLE! => {"changed": false, "msg": "Failed to connect to the host via ssh: Host key verification failed.", "unreachable": true}}

hernanramirez