Skip to content

Commit e82afc6

Browse files
committed
explain more
1 parent bcb15a7 commit e82afc6

File tree

1 file changed

+11
-3
lines changed

1 file changed

+11
-3
lines changed

README.md

Lines changed: 11 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,18 @@
1+
# what
2+
this repo sets up three instances of netbox
3+
- `nbc.tf` and `nbc.sh` setup netbox community (open source) on a standalone vm
4+
- `eks.tf` and `nbc-helm.sh` setup netbox community on an EKS (kubernetes) cluster
5+
- `nbe.tf`, `nbe.sh.tpl` and `config.yaml.tpl` setup netbox enterprise (on-prem) on a standalone vm
6+
17
# how to use
28
- setup your aws auth
39
- clone this repo
410
- `cd netbox-lab`
511
- `terraform init`
12+
- `cp terraform.tfvars.example terraform.tfvars`
13+
- edit your nbe license id into `terraform.tfvars`
614
- `terraform apply`
7-
- wait ~8 minutes
8-
- click the output link
15+
- wait ~12 minutes
16+
- click the output links
917
- accept/get-past the tls warnings
10-
- login with admin/admin
18+
- login with admin/admin or the passwords you defined

0 commit comments

Comments
 (0)