- Implementing DevOps with Ansible 2
- Jonathan McAllister
- 99字
- 2021-07-02 19:02:58
Installing Ansible
Ansible itself is cross-platform. The basic installation of the Ansible system is actually fairly easy. Before we can install it, we need to get the Ansible runtime packages. Ansible is available for consumption via the following online solutions:
- Yum (Red Hat Linux-based distributions)
- Apt (Debian)
- Apt (Ubuntu)
- Portage (Gentoo)
- Pkg (FreeBSD)
- macOS (dmg)
- OpenCSW (Solaris)
- Pacman (Arch Linux)
- Pip (Python)
- Tarball (Source)
- Source (Source)
The following is a set of examples and command-line syntaxes for each of the listed options. These commands will help you get up-and-running with Ansible quickly (they are taken from the Ansible website).
推薦閱讀
- 微服務與事件驅動架構
- Android開發精要
- Java入門很輕松(微課超值版)
- Functional Programming in JavaScript
- Internet of Things with Intel Galileo
- 精通Python自然語言處理
- 人人都懂設計模式:從生活中領悟設計模式(Python實現)
- ArcGIS By Example
- 用戶體驗增長:數字化·智能化·綠色化
- 從0到1:Python數據分析
- Android開發:從0到1 (清華開發者書庫)
- BeagleBone Black Cookbook
- Learning Hadoop 2
- Serverless Web Applications with React and Firebase
- 從零開始學UI:概念解析、實戰提高、突破規則