Skip to content

Commit

Permalink
small bugfixes for playground
Browse files Browse the repository at this point in the history
  • Loading branch information
ankudinov committed Aug 12, 2024
1 parent ab21492 commit 3c17546
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions demos/playground-small-evpn-mlag/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ stop: ## Destroy ceos lab
.PHONY: step1
step1: ## add ansible.cfg and inventory.yml
@echo '[defaults]' > ansible.cfg
@echo 'forks = 1' >> ansible.cfg
@echo 'inventory = inventory.yml' >> ansible.cfg
@echo 'jinja2_extensions = jinja2.ext.loopcontrols,jinja2.ext.do,jinja2.ext.i18n' >> ansible.cfg
@echo '---' > inventory.yml
Expand All @@ -26,9 +27,9 @@ step1: ## add ansible.cfg and inventory.yml
@echo ' vars:' >> inventory.yml
@echo ' type: spine' >> inventory.yml
@echo ' hosts:' >> inventory.yml
@echo ' s02:' >> inventory.yml
@echo ' ansible_host: 10.0.1.1' >> inventory.yml
@echo ' s01:' >> inventory.yml
@echo ' ansible_host: 10.0.1.1' >> inventory.yml
@echo ' s02:' >> inventory.yml
@echo ' ansible_host: 10.0.1.2' >> inventory.yml
@echo ' AVD_FABRIC_LEAFS:' >> inventory.yml
@echo ' vars:' >> inventory.yml
Expand Down

0 comments on commit 3c17546

Please sign in to comment.