Skip to content

Latest commit

 

History

History
30 lines (24 loc) · 673 Bytes

INSTALL.md

File metadata and controls

30 lines (24 loc) · 673 Bytes

Installation

This plugin gets installed through bitops.config.yaml in the bitops core level. This file is located here

Sample Config

bitops:
  fail_fast: true 
  run_mode: default
  logging:      
    level: DEBUG
    color:
      enabled: true
    filename: bitops-run
    err: bitops.logs
    path: /var/logs/bitops
  opsrepo_root_default_dir: _default
  plugins:    
    aws:
      source: https://github.com/bitops-plugins/aws
...
...
...

Installed Libraries

awscliv2 and aws-iam-authenticator libraries gets installed as part of aws plugin installation of BitOps