Ansible, DevOps Use Ansible like a Programming Language 31.05.2021 by DevOps I did not intend to create a new blog on Ansible so fast, but here it comes. My previous blog on that topic was a first step in Ansible world. Now, it is time to use some of the(…)
Ansible, DevOps Starting with Simple Ansible Playbooks 07.05.2021 by DevOps Creating simple ansible playbooks(…)
Ansible, Database Administration & Monitoring, DevOps, Technology Survey Ansible Basics Workshop day @dbi services 13.04.2021 by Stéphane Haby Today, I follow our Workshop Ansible Basics with Jérôme Witt. Why I follow this workshop? First, it’s to have the basics and Best Practices before begin myself and do “bricolage” by my customers.
Ansible, DevOps, Operating systems, Security Automating Linux patching with Ansible 31.03.2021 by Joël Cattin Since the beginning of the year, several vulnerabilities have been discovered in the Linux Kernel as well as in others important and widely-used packages. Among them, there was the famous CVE-2021-3156 affecting the sudo package and allowing(…)
Cloud, Development & Performance, Enterprise content management Ansible Custom Interactive Dynamic Inventory 25.11.2020 by Oracle Team When working with an Ansible dynamic inventory, you may want to update it from your playbook on the fly. For instance, you may want to create a server and then install an application on it without calling a second playbook(…)
DevOps Ansible loop over registered results 19.10.2020 by Jérôme Witt We were recently confronted with one of our playbook constraint while trying to identify which database software could be uninstalled from our servers. Until now, we ran the playbook to de-install a specific version which were “discovered manually”. However, we(…)
Cloud Automate AWS deployments with Ansible + Terraform 26.05.2020 by Oracle Team Automate AWS deployments with Ansible + Terraform This installation is made from a bastion server already available with the proper network permissions. For different deployment types, you should adapt it to your need.
Database Administration & Monitoring In-person event (June 11,2019) Ansible Automates – Bern 19.06.2019 by Open source Team A couple of weeks ago, I found in my inbox an invitation from Red Hat concerning an event organized in Bern about Ansible. I heard a lot about Automation but did not really know what can or could be(…)
Database Administration & Monitoring Using Ansible to bring up a three node Patroni cluster in minutes 07.01.2019 by Daniel Westermann Automation is key today, nobody wants to do the same tasks over and over and again. Cloud without automation is not even possible. There are several tools around that help with automation and one of the most popular is(…)
Database Administration & Monitoring Deploy DC/OS using Ansible (Part 2) – Playbooks 26.10.2018 by Gérard Wisson Finally, after all the configuration stuff is done, we can run the playbooks Create SSH Access First the SSH Access on all nodes need to be created. Therefore the access-onprem.yml is used: Be careful, I used CentOS on(…)