- Implementing DevOps with Ansible 2
- Jonathan McAllister
- 65字
- 2021-07-02 19:02:58
Red Hat Enterprise Linux via Configuration Management
Installing Ansible on most popular Red Hat Enterprise Linux flavor distributions is quite easy. This can be accomplished as follows:
# NOTE: Before installing Ansible you may need to install the epel-release repo
# for RHEL or
# Scientific Linux. Additional details on how to install EPEL can be found at
# http://fedoraproject.org/wiki/EPEL
$ sudo yum install ansible
推薦閱讀
- 大學(xué)計(jì)算機(jī)基礎(chǔ)(第二版)
- Mastering OpenLayers 3
- Web應(yīng)用系統(tǒng)開發(fā)實(shí)踐(C#)
- Node.js+Webpack開發(fā)實(shí)戰(zhàn)
- Rust實(shí)戰(zhàn)
- 造個(gè)小程序:與微信一起干件正經(jīng)事兒
- NLTK基礎(chǔ)教程:用NLTK和Python庫構(gòu)建機(jī)器學(xué)習(xí)應(yīng)用
- Amazon S3 Cookbook
- Learning Probabilistic Graphical Models in R
- Mastering Akka
- Hadoop 2.X HDFS源碼剖析
- Deep Learning with R Cookbook
- JavaScript編程精解(原書第2版)
- Python機(jī)器學(xué)習(xí)與量化投資
- Java高手是怎樣煉成的:原理、方法與實(shí)踐