- 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.
- 解構(gòu)產(chǎn)品經(jīng)理:互聯(lián)網(wǎng)產(chǎn)品策劃入門寶典
- 深入理解Bootstrap
- Java持續(xù)交付
- Spring Boot進(jìn)階:原理、實(shí)戰(zhàn)與面試題分析
- 零基礎(chǔ)學(xué)Python網(wǎng)絡(luò)爬蟲案例實(shí)戰(zhàn)全流程詳解(入門與提高篇)
- C++寶典
- 編寫高質(zhì)量代碼:改善Objective-C程序的61個(gè)建議
- HoloLens與混合現(xiàn)實(shí)開發(fā)
- Clojure for Java Developers
- 嵌入式Linux C語言程序設(shè)計(jì)基礎(chǔ)教程
- Instant Apache Camel Messaging System
- Effective C++:改善程序與設(shè)計(jì)的55個(gè)具體做法(第三版)中文版(雙色)
- 歐姆龍PLC編程指令與梯形圖快速入門
- Game Development Patterns and Best Practices
- Python深度學(xué)習(xí)入門:從零構(gòu)建CNN和RNN