Terraform – Interaction with Python
Hello, in this post, I will show something very useful for me in the next steps of the project, which is the iteration of Terraform, calling Python scripts, sending parameters…
Hello, in this post, I will show something very useful for me in the next steps of the project, which is the iteration of Terraform, calling Python scripts, sending parameters…
Hello, in this post, I want to show one of the ways we can use to run Ansible playbooks in the Jenkins pipeline. The method I chose was the simplest,…
Hello, in this post, I want to show another small code example, which I will use a lot in this project. One problem that Ansible has, in my opinion, is…
Hello, in this post, I want to show a small example of how to use external files in the playbook in Ansible: What is the intention of this example? I…
In this post, I will show another way to call scripts or shell commands via Groovy. This time using Java’s ProcessBuilder, using the InputStreamReader to collect returns, but using the…
In this post, in addition to the previous one, I want to show how to copy a file into a Docker Container in Groovy / Java, this will be very…
Hello! In this post I will show, in a piece of code, how to execute commands in Docker containers in Groovy or Java. As a dependency, the GitHub library com.github.dockerjava…
Following the line of the previous post () in this one I will show another piece of code, which will also be very useful in the next posts. How to…
In this post I will leave here a piece of code in Python, which will be useful soon, like copying any file to a container that is running. The Docker…
In this post I will show another snippet of code in Python, which will be used in automations/pipelines. This is an example of how to perform simple maintenance of type…