- Security Automation with Ansible 2
- Madhu Akula Akash Mahajan
- 165字
- 2021-07-02 21:59:50
Playbooks
A playbook, in the classic sense, is about offensive and defensive plays in football. The players keep a record of the plays (plan of action) in a book, usually in the form of a diagram.
In Ansible, a playbook is a series of ordered steps or instructions for an IT process. Think of a nicely-written instruction manual that can be read and understood by humans and computers alike.
In the subsequent chapters, all the automation we will focus on regarding security will lead us toward building both simple and complex playbooks.
This is what an Ansible playbook command looks like:
ansible-playbook -i inventory playbook.yml
Ignore the -i flag for now and notice the extension of the playbook file.
As stated in http://docs.ansible.com/ansible/playbooks_intro.html:
"Playbooks are expressed in YAML format (see YAML syntax (http://docs.ansible.com/ansible/YAMLSyntax.html)) and have a minimum of syntax, which intentionally tries to not be a programming language or script, but rather a model of a configuration or a process."
- 大數據項目管理:從規劃到實現
- 網絡服務器架設(Windows Server+Linux Server)
- 3D Printing with RepRap Cookbook
- 空間機器人遙操作系統及控制
- 具比例時滯遞歸神經網絡的穩定性及其仿真與應用
- MATLAB/Simulink權威指南:開發環境、程序設計、系統仿真與案例實戰
- 網絡安全管理實踐
- 網站前臺設計綜合實訓
- 單片機C語言應用100例
- SAP Business Intelligence Quick Start Guide
- 電子設備及系統人機工程設計(第2版)
- 精通LabVIEW程序設計
- 青少年VEX IQ機器人實訓課程(初級)
- 生成對抗網絡項目實戰
- Creating ELearning Games with Unity