Using Gitlab CICD Pipelines to run Bash Scripts on a schedule.
On my homelab, I’ve got a bunch of tasks which I need to run automatically on some of the servers. Checking certs are up to date, moving files around, clearing…
How I do things written down.
On my homelab, I’ve got a bunch of tasks which I need to run automatically on some of the servers. Checking certs are up to date, moving files around, clearing…
Preface This is an ongoing series of blog posts where I take technologies I have had limited or no exposure to which are used around the industry, and look to…
Preface This is an ongoing series of blog posts where I take technologies I have had limited or no exposure to which are used around the industry, and look to…
As a proponent of the command line, I’ll quite happily live in there all the time. When learning new things which have a multitude of command combinations a Gui is,…
In the last few posts in this series, I’ve gone through setting up a private Docker repository and using Jenkins with Docker Plugins to Build up from nothing a base…
Docker, you’ve probably used docker run to launch some different containerized applications, however, you’d love to know how to build your own container, maybe you’ve got an application or a…
When creating your own Docker images it’s useful to have a local private repo to keep those not so stable versions on. The usual go-to for this would be the…
As part of an ongoing Zero to Code blog series, where I take a product I’ve not used before and as a Systems Administrator work through the process of Automating…
In this post, I’ll be expanding on the previous instructions for installing Hashicorp Vault using Ansible From Zero to Code: Storing Ansible passwords in Hashicorp Vault VersionDateDescription1.011 May 2021Initial Post1.220…
Over the last few years, I’ve run the gambit of CD/CI tools on my homelab and this week has found me go full circle from Jenkins to Rundeck to AWX…