Vom 19. bis zum 22. November 2024 war Nürnberg einmal mehr der Treffpunkt für Oracle-Experten, Anwender und Partner. Aber nicht nur Oracle war Thema, auch PostgreSQL, Soft Skills und vieles mehr stand auf der Agenda. Die DOAG Konferenz bot auch in diesem Jahr eine Plattform, um Wissen auszutauschen, neue Entwicklungen zu präsentieren und Kontakte zu knüpfen. Ich hatte die Ehre, selbst mit vier Vorträgen vertreten zu sein und meine Erfahrungen rund um Themen wie Oracle Cloud Infrastructure Security, Automation mit Oracle Linux Automation Manager, sowie Red Hat Ansible Automation zu teilen. Meine Vorträge und Highlights Es ist immer ein besonderes Erlebnis, vor einem grossen Publikum zu sprechen, und die Sessions in den gut gefüllten Räumen haben gezeigt, dass das Interesse…
Read MoreCategory: Ansible
Using Oracle Linux 8.10 in WSL for Oracle Cloud Infrastructure Ansible Collection
In this blog post, we will guide you through the process of setting up Oracle Linux 8.10 in Windows Subsystem for Linux (WSL) to effectively work with the Oracle Cloud Infrastructure (OCI) Ansible Collection. We’ll cover installation, necessary packages, OCI CLI setup, and a test of the setup. One of the great features of WSL is its seamless integration with Visual Studio Code (VS Code). This powerful code editor provides excellent support for remote development, allowing you to edit files, run commands, and manage your environment directly within the editor. Table of Contents Installing Oracle Linux 8.10 from the Windows Store How to install WSL: https://learn.microsoft.com/en-us/windows/wsl/install Installing Missing OS Packages After launching Oracle Linux for the first time, you may…
Read MoreDOAG Anwenderkonferenz 2023 – Links der No-Slide-Tools-Session vom 22.11.2023
Hier die Links zu den vorgestellten Tools – viel Spass bei Ausprobieren, experimentieren und Know-How erweitern. Excalidrawhttps://excalidraw.com/ Visual Studio Codehttps://code.visualstudio.com/ Lightspeedhttps://developers.redhat.com/products/ansible/lightspeed GitHub Copilothttps://github.com/features/copilot DBeaver Communityhttps://dbeaver.io/download/ OpenAIhttps://openai.com/ Steampipehttps://steampipe.io/ ZoomIThttps://learn.microsoft.com/en-us/sysinternals/downloads/zoomit Docker Desktophttps://www.docker.com/products/docker-desktop/
Read MoreHow to build OCI Infrastructure Environments with Ansible
The Oracle provided Ansible module gives us the opportunity to provision and configure Oracle Cloud Infrastructure resources on an automated base. The Ansible basic setup is very easy and the Oracle provided example playbooks in Git are a good base to start with your infrastructure automation project. Oracle provides Ansible example playbooks for Block Volumes Compute Database File Storage IAM Load Balancer Private Subnets with VPN Delete Objects etc. In this blog post, I will show you how easy it is to bring Ansible and the Oracle Cloud Infrastructure together. Requirements A local machine to install Ansible and the required software and modules, in my case it’s an Oracle Linux 7 virtual machine with Internet access. An Oracle Cloud Infrastructure…
Read More