- Implementing DevOps with Ansible 2
- Jonathan McAllister
- 51字
- 2021-07-02 19:02:58
Apt for Debian/Apt for Ubuntu
Installing Ansible on Debian or Ubuntu flavor Linux distributions is a breeze. This can be accomplished using the Apt package management solution as shown in the following commands:
$ sudo apt-get install software-properties-common
$ sudo apt-add-repository ppa:ansible/ansible
$ sudo apt-get update
$ sudo apt-get install ansible
推薦閱讀
- C語言程序設計案例教程
- 少年輕松趣編程:用Scratch創(chuàng)作自己的小游戲
- 信息安全技術
- MongoDB權威指南(第3版)
- Python完全自學教程
- 劍指MySQL:架構、調優(yōu)與運維
- Unreal Engine 4 Shaders and Effects Cookbook
- C語言程序設計
- 打開Go語言之門:入門、實戰(zhàn)與進階
- Emgu CV Essentials
- C++編程兵書
- Python語言科研繪圖與學術圖表繪制從入門到精通
- Nagios Core Administration Cookbook(Second Edition)
- NGUI for Unity
- Python數(shù)據(jù)科學實踐指南