Ansible is an open-source tool that enables the automation, configuration, and orchestration of infrastructure. It fully embraces the concept of Infrastructure as Code. We can build out our entire system in code, store all code in source control, do a…
Tag: Ansible
Introduction to YAML!
YAML Ain’t Markup Language! It is designed with a focus on human-readable formatting. The creators of YAML wanted it to be easily readable by humans. It is portable, easily extendable, and supports one-pass processing (means, the program can go through…