File tree Expand file tree Collapse file tree 1 file changed +11
-3
lines changed Expand file tree Collapse file tree 1 file changed +11
-3
lines changed Original file line number Diff line number Diff line change
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
+
1
7
# how to use
2
8
- setup your aws auth
3
9
- clone this repo
4
10
- ` cd netbox-lab `
5
11
- ` terraform init `
12
+ - ` cp terraform.tfvars.example terraform.tfvars `
13
+ - edit your nbe license id into ` terraform.tfvars `
6
14
- ` terraform apply `
7
- - wait ~ 8 minutes
8
- - click the output link
15
+ - wait ~ 12 minutes
16
+ - click the output links
9
17
- accept/get-past the tls warnings
10
- - login with admin/admin
18
+ - login with admin/admin or the passwords you defined
You can’t perform that action at this time.
0 commit comments