- 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
推薦閱讀
- 少兒人工智能趣味入門:Scratch 3.0動(dòng)畫與游戲編程
- Go語言高效編程:原理、可觀測(cè)性與優(yōu)化
- 數(shù)據(jù)庫(kù)系統(tǒng)原理及MySQL應(yīng)用教程
- TypeScript項(xiàng)目開發(fā)實(shí)戰(zhàn)
- 零基礎(chǔ)輕松學(xué)SQL Server 2016
- Mastering openFrameworks:Creative Coding Demystified
- Unity 2017 Mobile Game Development
- Python機(jī)器學(xué)習(xí)之金融風(fēng)險(xiǎn)管理
- 自學(xué)Python:編程基礎(chǔ)、科學(xué)計(jì)算及數(shù)據(jù)分析(第2版)
- 深度學(xué)習(xí)程序設(shè)計(jì)實(shí)戰(zhàn)
- Node.js實(shí)戰(zhàn):分布式系統(tǒng)中的后端服務(wù)開發(fā)
- Arduino Electronics Blueprints
- ASP.NET Core and Angular 2
- INSTANT PLC Programming with RSLogix 5000
- 循序漸進(jìn)Vue.js 3前端開發(fā)實(shí)戰(zhàn)