- 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
推薦閱讀
- 黑客攻防從入門到精通(實戰秘笈版)
- 企業級Java EE架構設計精深實踐
- MySQL數據庫應用與管理 第2版
- Mastering PHP Design Patterns
- Java:Data Science Made Easy
- Hands-On Microservices with Kotlin
- Web Development with MongoDB and Node(Third Edition)
- Python High Performance Programming
- MySQL入門很輕松(微課超值版)
- Geospatial Development By Example with Python
- Orchestrating Docker
- ASP.NET Web API Security Essentials
- 大學計算機基礎實訓教程
- Java自然語言處理(原書第2版)
- The Applied Data Science Workshop