Provisioning AWS Resources with Ansible
In this section, we will learn how to provision AWS resources locally. We will use the Ansible AWS Collection to provision the AWS resources. We will create the following AWS resources: VPC Subnet Internet Gateway Route Table Security Group EC2 Key Pair EC2 Instance Prerequisites [...]
Bereitstellung von AWS-Ressourcen mit Ansible
In diesem Abschnitt werden wir lernen, wie man AWS-Ressourcen lokal bereitstellt. Wir werden die Ansible AWS Collection verwenden, um die AWS-Ressourcen bereitzustellen. Wir werden die folgenden AWS-Ressourcen erstellen: VPC Subnet Internet Gateway Route Table Security Group EC2 Key Pair EC2 Instance Voraussetzungen Um AWS-Ressourcen bereitzustellen, benötigen [...]
How to Create an etcd Container Image with Buildah and RedHat’s UBI
Containers are an inherent part of today's work for developers and operators. They offer an elegant way of providing needed applications started up at the blink of an eye or running at scale in the cloud or a data center. This how to will display one of several options to create such [...]
Development VM for edb-ansible Collection
A customer recently required assistance in automating their PostgreSQL installation with Ansible. EDB's edb-ansible collection provides all the required functionality and was used by me to provide the required playbooks. First, I had to deal with one problem: my notebook runs Windows 10. So, I decided to take care of it with a small [...]