Skip to content

Commit

Permalink
remove anta reports - consolidate makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
mitchv85 committed Nov 18, 2024
1 parent ca3f2f5 commit 940a741
Show file tree
Hide file tree
Showing 30 changed files with 13 additions and 13,530 deletions.
12 changes: 12 additions & 0 deletions labs/techlib-vxlan-domain-a/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -18,3 +18,15 @@ inspect: ## Inspect ceos lab
@echo ""
@echo "You can check the lab status, hostnames and management addresses above."
@echo "To connect to a lab device use \`ssh admin@<hostname>\` and password \`admin\`."

.PHONY: build
build: ## Build Configs
ansible-playbook avd/playbooks/build.yml -i avd/inventory.yml -e "target_hosts=DOMAIN_A_FABRIC"

.PHONY: deploy
deploy: ## Deploy Configs via eAPI
ansible-playbook avd/playbooks/deploy.yml -i avd/inventory.yml -e "target_hosts=DOMAIN_A_FABRIC"

.PHONY: validate
validate: ## Validate Fabric
ansible-playbook avd/playbooks/validate.yml -i avd/inventory.yml -e "target_hosts=DOMAIN_A_FABRIC"
File renamed without changes.
19 changes: 0 additions & 19 deletions labs/techlib-vxlan-domain-a/avd/Makefile

This file was deleted.

Loading

0 comments on commit 940a741

Please sign in to comment.