Skip to content

Latest commit

 

History

History
27 lines (21 loc) · 710 Bytes

README.md

File metadata and controls

27 lines (21 loc) · 710 Bytes

Ansible Collection - paritytech.chain_operations

Install Ansible collections

Create requirements.yml file in your playbook repository (or add to the existing file):

collections:
  - name: https://github.com/paritytech/ansible-galaxy.git
    type: git
    version: main

If you want to install collections in the project space, you have to run:

mkdir collections
ansible-galaxy collection install -f -r requirements.yml -p ./collections

If you want to install collections in the global space (~/.ansible/collections), you have to run:

ansible-galaxy collection install -f -r requirements.yml

Roles

Node role - README