From 3c17546b15b59b854ddac97f5086b79cb61324dc Mon Sep 17 00:00:00 2001 From: pa Date: Mon, 12 Aug 2024 12:26:06 +0000 Subject: [PATCH] small bugfixes for playground --- demos/playground-small-evpn-mlag/Makefile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/demos/playground-small-evpn-mlag/Makefile b/demos/playground-small-evpn-mlag/Makefile index cc329c4..cb375d7 100644 --- a/demos/playground-small-evpn-mlag/Makefile +++ b/demos/playground-small-evpn-mlag/Makefile @@ -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 @@ -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