ansible-galaxy icon indicating copy to clipboard operation
ansible-galaxy copied to clipboard

Repo for paritytech ansible collections

Ansible Collection - paritytech.chain

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: 1.8.0

or

collections:
  - name: paritytech.chain
    version: 1.8.0

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

  • key_inject - README
  • node - README
  • node_backup - README
  • secure_apt - README
  • state_exporter - README
  • ws_health_exporter - README
  • nginx - README
  • nginx_exporter - README