8000 Collection · ansiblebook/ansiblebook Wiki · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
8000

Collection< 8000 /h1>

Bas edited this page Feb 27, 2023 · 2 revisions

A Collection can be used to organize Playbooks, Roles and Plugins in one versioned package.

  • Automation Hub distinguises: Certified Partner Collections & Community Collections
  • Ansible bundles some collections, but you can specify dependence in a project file collections/requirements.yml:
---
collections:
  - name: ansible.netcommon
  - name: ansible.posix
  - name: ansible.utils
  - name: ansible.windows
  - name: community.crypto
  - name: community.general
  - name: community.network
Clone this wiki locally
0