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 MoreCategory: Ansible
How 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