Skip to content

Latest commit

 

History

History
26 lines (22 loc) · 548 Bytes

INSTALL.md

File metadata and controls

26 lines (22 loc) · 548 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:    
    terraform:
      source: https://github.com/bitops-plugins/terraform
...
...
...