Generate SSH Keys

I created a simple play to help a non linux team to be able to generate ssh keys on demand. The playbook requires the var email to be set, once done the playbook generates public/private ssh keypair, then emails the contents of the keys to the specified email address. Finally the playbook deletes the generated … Continue reading Generate SSH Keys

Fun with authorized_keys, openssh and window 2k16.

Recently I came across an issue getting ssh keys working from a linux machine to a windows 2016 server running openssh server. I generated the keys are you usually do, copied the public key over to the windows users $HOME/.ssh/authorized_keys. However it didn't seem to work. After a lot of digging around I found it … Continue reading Fun with authorized_keys, openssh and window 2k16.

Add a volume to an Openstack Instance

Summary As a follow on to a similar post regarding vmware disks , this post will focus on a playbook to attach extra volumes to an Openstack instance. Requirements An account with appropriate access to add volumes in OSP.A valid instance.Enough resources to handle the new volumes. Get 'er done! The playbook requires an instance … Continue reading Add a volume to an Openstack Instance