- 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
推薦閱讀
- Spring Cloud Alibaba核心技術與實戰案例
- Mastering PHP Design Patterns
- SSM輕量級框架應用實戰
- Ext JS 4 Web Application Development Cookbook
- Learning Node.js for .NET Developers
- Android嵌入式系統程序開發:基于Cortex-A8(第2版)
- Advanced Python Programming
- 零基礎學Java(第5版)
- Learning Zimbra Server Essentials
- Elasticsearch實戰(第2版)
- Learning Google Apps Script
- Scratch編程入門與算法進階(第2版)
- 瘋狂Ajax講義(第3版)
- Pentaho Analytics for MongoDB Cookbook
- Procedural Content Generation for Unity Game Development