- Implementing DevOps with Ansible 2
- Jonathan McAllister
- 53字
- 2021-07-02 19:02:58
Porting Ansible to Gentoo
For Gentoo Linux users, installing Ansible can be accomplished fairly easily. The following command-line syntax can be leveraged to accomplish the installation:
# The first command is optional, you may need to unmask the Ansible package prior to running emerge:
$ echo 'app-admin/ansible' >> /etc/portage/package.accept_keywords
$ emerge -av app-admin/ansible
推薦閱讀
- 數據庫原理及應用(Access版)第3版
- Raspberry Pi for Secret Agents(Third Edition)
- Python Network Programming Cookbook(Second Edition)
- Building Cross-Platform Desktop Applications with Electron
- C語言程序設計
- Java程序設計:原理與范例
- 微信小程序入門指南
- C語言程序設計同步訓練與上機指導(第三版)
- Scientific Computing with Scala
- Python算法指南:程序員經典算法分析與實現
- Microsoft Azure Storage Essentials
- 軟件項目管理實用教程
- Python程序設計與算法基礎教程(第2版)(微課版)
- Developing SSRS Reports for Dynamics AX
- Flink入門與實戰