Skip to content

chaosInfra - lets build top of paritytech/ansible-galaxy comprehensive infra using LX containers and zfs for filesystem/snapshots.

License

Notifications You must be signed in to change notification settings

kusamaxi/chaosInfra

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

88 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

chaosInfra - lets build top of paritytech/ansible-galaxy comprehensive infra using LX containers and zfs for filesystem/snapshots.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 56.6%
  • Jinja 27.8%
  • Shell 15.6%