RCRyan Campbellinfikradev.hashnode.dev·Mar 4, 2023 · 3 min readEvent Driven AnsibleWhat is Ansible? Ansible is a configuration management tool in the system administrators/Devops Engineer toolkit that is primarily used to automate the provisioning of servers. It is particularly useful when you have huge amounts of servers to manage...00
RCRyan Campbellinfikradev.hashnode.dev·Feb 22, 2023 · 2 min readAnsible Quick Start GuideWhat is ansible? Ansible is an automation tool which can be used to configure, deploy and monitor multiple servers simultaneously. When setting up ansible, there are some terms that a new user should be familiar with: control node - this is the serv...00
RCRyan Campbellinfikradev.hashnode.dev·Apr 7, 2022 · 3 min readUnderstanding Data Types in JavaBackground Data types play a very important role in all programming languages but more so when it comes on to strictly typed languages. Some of the more well known strictly typed languages include C# and Java. But what does strictly-typed means?. I...00