Managing users accounts with Ansible

Here is a sample of some basic Markdown syntax that can be used when writing Markdown content in Astro.

Read more
Use Ansible to create user accounts and setup ssh keys

We are going to use Ansible to create user accounts and add users to groups, setup them up with access via ssh using by adding their public keys to authorized_key files.

Read more
Use Docker to run a MySQL Database Server for Development

When you need to run a MySQL database as the backend for an application it’s not great to have to install the server directly on your machine for each project so this is a perfect use case for using Docker to spin up a containerised version of MySQL configured how you need it. You can get install instructions for Docker from the Docker documentation at https://docs.docker.com/install/. The Community Edition for your OS is the version you want.

Read more