Ansible, DevOps Ansible automates roadshow 2023 18.09.2023 by DevOps I attended this tour from Red Hat to promote automation at Ansible automates roadshow with my colleague Arnaud Berbier. You’ll find his review of the journey here) in Geneva. It was the third date from their tour. In case(…)
Ansible, DevOps Ansible Automates – Event Driven & Lightspeed 15.09.2023 by Arnaud Berbier It was a pleasure to attend the Ansible Automates Roadshow in Geneva this year with my colleague Chay Te. There were several topics and sessions covered during the full day. It was a learning opportunity about the vision and strategy(…)
Ansible, Cloud, Database management, DevOps, Oracle OCI: Automate your Oracle Cloud Database software releases deployment (db-home) 07.08.2023 by Jérôme Witt As part of a very exciting project around Oracle Exadata Cloud @ Customer (aka. ExaCC) technology, we wanted to rollout in an automated manner the database software aka. ORACLE_HOME on ExaCC database clusters (aka. VM cluster). However, we rapidly identified(…)
Ansible, DevOps, Kubernetes Deploy awx-operator with Helm using images from a local registry 26.06.2023 by Donovan Winter You want to deploy Ansible AWX on a Kubernetes cluster using awx-operator, but your security policy requires you to use a local registry to store the necessary container images ? Okay, let’s see how to do(…)
Ansible, DevOps AWX log keeper. 06.06.2023 by Oracle Team The aim of this project is to use Ansible role to export AWX logs on disk, on daily basis, to have an easy access for debug and investigation.
Ansible, DevOps Using WebHook’s from GitLab to execute external code and tools 06.06.2023 by Oracle Team by Alexandre Nestor Introduction WebHooks are HTTP callbacks that are triggered by events. In case of GitLab these can be events like pushing some code, or creating an issue, or pushing some comments. In this quick post I will(…)
AWS, Ansible, Cloud, Database Administration & Monitoring, Kubernetes An overview of “Oracle Cloud Infrastructure: everything for an efficient migration” event by dbi services 17.05.2023 by Elisa Usai Is the Oracle Cloud a hot topic for you? dbi services organized an event about the Cloud today in Lausanne: "Oracle Cloud Infrastructure: everything for an efficient migration".
Ansible, Application integration & Middleware, DevOps dynatrace First Steps 08.05.2023 by Middleware Team In this blog, I will tell you how I setup my first agent, on a YaK deployed server. Of course, I will use YaK to deploy it. What is dynatrace? dynatrace is an observability platform which covers from infrastructure monitoring(…)
Ansible, DevOps How to use AWX REST API to execute jobs 31.03.2023 by Oracle Team by Alexandre Nestor Introduction AWX provides a REST API which allows to do pretty all commands that can be executed through the web interface, using http requests. Sometimes is more easy to restart, or start jobs for instance through(…)
Ansible, DevOps Specify hosts in ansible-playbook command line 31.03.2023 by Kévin Keovilay Introduction Playbook are a key element of Ansible. You specify which roles and tasks will run on your hosts and groups.Each play of the playbook must have its parameter hosts set. Here is a quick example of different hosts(…)