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 DevOps 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(…)
Ansible Ansible Event Driven Automation 05.02.2023 by DevOps In my previous blogs about Ansible, I covered a few use cases: Simple playbooks Use Ansible like a Programming Language REST API calls Gather(…)
Ansible, Docker Docker Containers for Developers 19.01.2023 by DevOps As I am working on developing a component for YaK, I have to stick to standards on how to write code in Ansible as well as many other constraints regarding security. I always thought of docker(…)
Ansible, Cloud, DevOps, Development & Performance, Docker Create and manage Ansible Execution Environments 22.12.2022 by Oracle Team by Alexandre Nestor Introduction What is an Ansible Execution Environnement, by the way ? As per RedHat definition an Ansible Execution Environment (EE) is a standard way to build and distribute the environment that automation runs in, which reduces complexity(…)
Ansible, Application integration & Middleware, YaK Overcome jboss-cli Limitations with Ansible 12.12.2022 by Middleware Team The work on YaK JBoss/WildFly component helped me to improve my knowledge of Ansible, but not only. I also learned a lot on jboss-cli scripting and especially limitations that comes with it. For instance, followings are(…)
Ansible, DevOps, Operating systems cloud-init native Ansible support 07.12.2022 by Jérôme Witt Cloud-init is a software developed to setup automatically a cloud virtual machine using metadata ingested and applied at the first boot or at a chosen frequency. All the magic happens through a #cloud-config YAML file. #cloud-config already supports Ansible execution(…)
Ansible, Application integration & Middleware, Oracle, YaK Oracle HTTP Server (OHS) 12c : Configure Full SSL 29.11.2022 by Middleware Team This blog describes how to configure an Oracle HTTP Server (OHS) 12c fronting a Fusion Middleware Forms and Reports in full SSL mode. This means, the HTTP Server listen in SSL and the mod_wl_ohs plugin is configured to connect to(…)
Ansible, Application integration & Middleware, YaK JBoss EAP (and WildFly) cli Scripting via Ansible 25.11.2022 by Middleware Team As I am working on a new YaK component to deploy a JBoss-EAP/WildFly server, I decided to configure it with help of jboss-cli.sh scripting tool instead of direct modification of xml files. The idea is to(…)