Posts
Convert openssh keys to rsa keys
Convert openssh keys to rsa keys
Convert openssh keys to rsa keys
from something that starts with
-----BEGIN OPENSSH PRIVATE KEY-----
to something that starts with
-----BEGIN RSA PRIVATE KEY-----
A set of ansible role to configure a Linux account
I’ve just make a public repository where I have written some roles to install/configure a Linux desktop account. The prerequisite is ansible and to have an access to the root account for some setup.
Launch a gitlab-runner in a Swarm
We are beginning to use Swarm at work and I wanted to make a complete CI/CD in the Swarm. So I have tried to run my own gitlab-runner in the Swarm (connected to https://gitlab.com).
Create a swarm cluster with vagrant
As for Kubernetes, I have done some code to build a swarm cluster with vagrant too :