- Implementing DevOps with Ansible 2
- Jonathan McAllister
- 125字
- 2021-07-02 19:03:00
Agentless
One of the key differentiators that gives Ansible an edge against the competition is the fact that it is completely agentless. This means there are no daemons that need to be installed on remote machines, no firewall ports that need to be opened (besides traditional SSH), no monitoring that needs to be performed on remote machines, and no management that needs to be performed on the infrastructure fleet. In effect, this makes Ansible very self-sufficient.
Since Ansible can be implemented in a few different ways, the aim of this section is to highlight these options and help get us familiar with the architecture types that Ansible supports. Generally, the architecture of Ansible can be categorized into three distinct architecture types. These are described next.
- Clojure Programming Cookbook
- Python編程自學(xué)手冊
- 深入理解Android(卷I)
- 老“碼”識途
- 網(wǎng)絡(luò)爬蟲原理與實踐:基于C#語言
- Java項目實戰(zhàn)精編
- 從0到1:Python數(shù)據(jù)分析
- PHP從入門到精通(第4版)(軟件開發(fā)視頻大講堂)
- Android玩家必備
- Oracle GoldenGate 12c Implementer's Guide
- C#程序設(shè)計(項目教學(xué)版)
- Java Web應(yīng)用開發(fā)項目教程
- Troubleshooting Citrix XenApp?
- Shopify Application Development
- Spring Web Services 2 Cookbook