Setting up your development environment with Ansible
Setting up your development environment with Ansible is a great way to save yourself and your colleagues headaches. Creating an Ansible Playbook helps you to keep everyone on your team in the same environment and makes switching machines an easy task, not a chore.
Gepubliceerd op: November 25th, 2020
Ansible: Easy and Safe SSH deployments from GitHub
Deploying your applications from GitHub using SSH doesn't have to be difficult and you don't have to give your remote machine access to your entire GitHub account either. In this post, we're going over using SSH through Deploy keys to only give your remote machine pull access to a single repository to deploy your application safely.
Gepubliceerd op: August 19th, 2020
Ansible: Tasks vs Roles vs Handlers
Ansible has several ways of performing tasks: Tasks, Roles, and Handlers. Each has a different use case and in this post, I go over what each of them does and how you can use them.
Gepubliceerd op: June 10th, 2020
Automating Laravel deployment using Ansible
Deploying changes to your websites is often a very repetitive task. Repetition means you can automate the entire process. To do this, you can use Ansible, because it's easy to set up and doesn't require any special software on the remote machine.
Gepubliceerd op: June 7th, 2020