You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This plugin gets installed through ```bitops.config.yaml``` in the bitops core level. This file is located [here](https://github.com/bitovi/bitops/blob/plugins/bitops.config.yaml)
4
+
5
+
6
+
### Sample Config
7
+
8
+
```
9
+
bitops:
10
+
fail_fast: true
11
+
run_mode: default
12
+
logging:
13
+
level: DEBUG
14
+
color:
15
+
enabled: true
16
+
filename: bitops-run
17
+
err: bitops.logs
18
+
path: /var/logs/bitops
19
+
opsrepo_root_default_dir: _default
20
+
plugins:
21
+
aws:
22
+
source: https://github.com/bitops-plugins/aws
23
+
...
24
+
...
25
+
...
26
+
27
+
```
28
+
29
+
## Installed Libraries
30
+
``awscliv2`` and ``aws-iam-authenticator`` libraries gets installed as part of aws plugin installation of BitOps
0 commit comments