Jenkins – Ansible Playbooks
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 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, like the previous one (Ansible – Secrets in Ansible Vault), I want to show how to use Ansible Vault encryption, but this time, for an entire file.Encrypting…
GitHub: https://github.com/faustobranco/devops-db/tree/master/knowledge-base/ansible/secrets In this post, I want to show how to use Ansible Vault to encrypt sensitive content in playbooks. For example, username, password, some key, IP, etc. Of course,…