Using Vagrant to Provision Terraform Using Ansible
Using this blog and video we demonstrate using Vagrant to provision Terraform using Ansible. We will provision Terraform to deploy Docker containers on our Vagrant host, but, of course, Ansible could provision anything and not...
by The Urban Penguin
25th June 2022
| Blog
| Ubuntu
Password Complexity Rules in Ubuntu 20.04
Welcome to this blog and video where we will investigate the default password complexity in Ubuntu 20.04. As administrators we benefit from understanding the way passwords are managed and their complexity rules so we can...
by The Urban Penguin
24th June 2022
| Ansible
| Blog
Automate a MySQL Install and Database
Do you want to Automate a MySQL Install and Database using Ansible? Yes you do and in this blog and video we will show you 🙂 Ansible is DevOps automation tool and features heavily in...
by The Urban Penguin
20th June 2022
| Ansible
| Blog
| Ubuntu
An Ansible MicroK8s Install of Kubernetes
We automate the install of Kubernetes in the form of MicroK8s using Ansible on Ubuntu 20.04. In this way the MicroK8s install is correct with nothing forgotten. We also add aliases to Kubernetes kubectl in...