- Ansible Playbook Essentials
- Gourav Shah
- 171字
- 2021-07-16 20:47:46
Chapter 1. Blueprinting Your Infrastructure
This book is a primer for anyone who has conceptual knowledge of Ansible and would like to get started writing Ansible playbooks to automate common infrastructure tasks, orchestrate application deployments, and/or manage configurations across multiple environments. This book follows an incremental approach, starting with the basics such as learning about the anatomy of a playbook and writing simple roles to create modular code. Once comfortable with the basics, you will be introduced to primitives such as adding dynamic data with variables and templates, and controlling execution flow with conditionals and iterators. This is then followed by more advanced topics such as node discovery, clustering, encrypting data, and managing environments. We conclude with the discussion on the orchestration features of Ansible. Let's begin our journey towards being an Ansible practitioner by learning about playbooks.
In this chapter, we will learn about:
- The anatomy of a playbook
- What plays are and how to write a Hosts inventory and search patterns
- Ansible modules and the batteries-included approach
- Clojure Programming Cookbook
- ASP.NET Web API:Build RESTful web applications and services on the .NET framework
- Java程序設(shè)計與開發(fā)
- Moodle Administration Essentials
- ReSharper Essentials
- C和C++安全編碼(原書第2版)
- Learning Linux Binary Analysis
- 零基礎(chǔ)學MQL:基于EA的自動化交易編程
- Linux Device Drivers Development
- Java面向?qū)ο蟪绦蛟O(shè)計
- 軟件供應(yīng)鏈安全:源代碼缺陷實例剖析
- Swift語言實戰(zhàn)晉級
- Machine Learning for Developers
- Spring Data JPA從入門到精通
- Test-Driven iOS Development with Swift