by truthbrother | Dec 29, 2022 | Ansible
Setting up new servers is tedious and time-consuming. In this article, I’ll show you how to skip all that, automate the entire process, and provision new servers in a matter of minutes with little to no intervention on your end. Don’t get me wrong. As a web developer,...
by truthbrother | Jul 29, 2021 | Amazon Web Services, Ansible
A practical way to provision instances on Amazon Web Service EC2 with Ansible. Welcome, this article shows a simple approach to use Ansible for provisioning an AWS EC2 instance. Ansible is a configuration management tool widely used to provision IT environments,...
by truthbrother | Jul 29, 2021 | Amazon Web Services, Ansible
I wanted to create Amazon EC2 Key pair using Ansible tool. I do not want to use AWS CLI. Is it possible to create AWS ec2 key using Ansible? You need to use ec2_key module of Ansible. This module has a dependency on python-boto version 2.5 or above. boto is nothing...
by truthbrother | Dec 29, 2020 | Terraform by HashiCorp, Amazon Web Services, Ansible, AWS CloudFormation, Packer, Packer by HashiCorp
If you search the Internet for “infrastructure-as-code”, it’s pretty easy to come up with a list of the most popular tools: ChefPuppetAnsibleSaltStackCloudFormationTerraform What’s not easy is figuring out which one of these you should use. All of these tools can be...
by truthbrother | Dec 24, 2020 | Kubernetes, Ansible
A question I’ve been hearing a lot lately is “why are you still using Ansible in your Kubernetes projects?” Followed often by “what’s the point of writing your book Ansible for Kubernetes when Ansible isn’t really...