- Salt Cookbook
- Anirban Saha
- 139字
- 2021-07-16 13:21:56
Introduction
Now that we have gotten our hands dirty with the basics of Salt, in this chapter we are going to pe deep into the advanced configuration of Salt.
One of the notable features of Salt is flexibility, and being based on the dynamic Python language, Salt allows us to incorporate and take advantage of a large number of Python utilities into its configurations. Like most other programming languages and configuration management utilities, it's quite obvious that without the ability to manipulate our data, such as making decisions based on system properties, performing the same task quickly and efficiently for multiple entities of the same type, a tool is not of much use to users.
In this chapter, you will explore all the advanced features of Salt and how you can utilize them to automate systems efficiently and optimally.
- 新編Visual Basic程序設計上機實驗教程
- Embedded Linux Projects Using Yocto Project Cookbook
- Android應用程序開發與典型案例
- Apache Hive Essentials
- x86匯編語言:從實模式到保護模式(第2版)
- Visual Basic程序設計教程
- Android驅動開發權威指南
- Java程序員面試筆試寶典(第2版)
- Kivy Cookbook
- Python從入門到精通(第3版)
- 網絡數據采集技術:Java網絡爬蟲實戰
- Training Systems Using Python Statistical Modeling
- JavaScript設計模式與開發實踐
- 數據分析從入門到進階
- 趣學Python游戲編程