
Start contributing to Open Source now!
June 21, 2022 - ,
Read More June 21, 2022 - ,
Read More April 27, 2022
A couple of years back, I wrote a blogpost on obtaining the previous Job ID in Ansible Tower workflow. Now, let’s go further and create another module to obtain the output of such a job.
Before moving further, I want to specify that I talk about Ansible Tower since this is the most known name for this software, but I could also be talking about AWX or Ansible Controller since those are the same codebase. AWX is the open-source upstream project. Ansible Tower is the former name of the Red Hat product based on AWX. Ansible Controller is the name of the Red Hat Ansible Automation Platform 2 component based on AWX.
Read More April 5, 2022 - ,
Read More December 31, 2021
In December 2020, the CentOS Project announced a series of changes. The three most important are:
That announcement created a lot of different sentiments in the community and even more among the CentOS Linux users. As many predicted, multiple solutions are now available for the users that used to be on CentOS Linux.
Read More March 31, 2021
Late last year, I’ve read that a new Ansible-related exam was available: the Red Hat Certified Specialist in Services Management and Automation exam (EX358). I’ve taken and passed this exam at the end of January. It was the first time I did a Red Hat exam that was brand new and without having the possibility of finding online some opinions around it.
Some people have reported for other exams that when new exams are launched, the scoring has issues. I’ve not noticed such an issue with this exam, so I was pleased about it.
Read More February 1, 2021
In my pursuit of the Red Hat Certified Architect (RHCA) certification, I’ve taken the Red Hat Certified Specialist in Advanced automation: Ansible best practices exam (EX447). As for the other Ansible Exams, you can always consult the Ansible documentation available offline in the exam system. Different from the Red Hat Certified Engineer exam (EX294), this exam also includes Ansible Tower as a topic, so be sure to have good knowledge of it as well!
Read More December 28, 2020
At the beginning of this month, I took the EX294 exam, which allowed me to obtain the Red Hat Certified Engineer (RHCE) certification. It was the first time I attempted the RHCE exam, but I prepared myself in the past for the EX300 exam, the exam that allowed you to obtain the RHCE certification in the RHEL7 time, but never got around to do the exam.
Compared to what I had to study for the EX300, I found the EX294 program way more sensible. An aspect I’ve never liked about the EX300 was that you needed to learn many implementation details, such as the in-scope applications’ configuration format. EX294 changed this aspect since it is based on Ansible, and Ansible abstracts the majority of implementation details of the various applications.
Read More November 15, 2020
Ansible Tower allows you to create Workflows, which enable you to create complex workflows by putting together multiple Ansible Playbooks. Ansible Tower Workflows can have some simple logics, such as run different Ansible Playbooks based on the outcome (success or failure) of a previous Ansible Playbook run. Sometimes, though, you need to have more information about a previous Ansible Playbook run than just the outcome.
I recently found myself in a situation where I had an Ansible Tower Workflow with two Ansible Playbooks into it, where the first one was performing specific tasks. The second one needed to get and process the output of the first Ansible Playbook. Since Ansible Tower provides an API to fetch an Ansible Playbook run output, this part is trivial if you know the Job ID that Ansible Tower assigned to that specific run. Looking around, I’ve not found much information on how to retrieve the Job ID of a different Job, so I looked at the various APIs and found this solution, which I’m going to share with you today. I’ve not found much information about getting another Job ID because it is usually a bad practice to do such a thing and that very often you can achieve the same goal in a much cleaner way. This better option, though, was not present in my case. Due to many constraints I had in this project, this was the best way I’ve found, even if I’ve tried - at least mentally - many other ways before accepting that this was the only one in my case.
Read More October 1, 2020
A few years ago, I did pass this exam, but since then, the certification expired, so I had to re-take the exam. While the first time I did the exam in a testing center, this time I had to do it at home since all test centers are closed. The experience of doing the exam at home has been a very positive one since you can arrange the environment as it better fits you. You can have as much light as you like (within sensible limits), you can use the chair you prefer and the desk orientation you prefer. You will not be allowed to bring cheating sheets or similar things since the proctor will ask you to show the whole room using the webcam, as you might imagine.
Read More August 10, 2020
This year Flock did not happen due to COVID-19, and in its place, Fedora Nest happened. After many events I’ve seen going virtual in the last few months, I was skeptical. I was yet to see an acceptable online platform to run events. I was wrong on the platform. Fedora Nest used Hopin, which is by far the best platform for events I’ve seen so far. Don’t get your expectations too high, though, because when I say the best one I’ve seen so far, only means that it is usable, and it does not mean in any way that is on par of real conferences.
Read More