AVI: Difference between revisions

Content added Content deleted
Line 141: Line 141:
nano avi-deploy.yml
nano avi-deploy.yml


<syntaxhighlight lang="yaml">
<pre>
- hosts: localhost
- hosts: localhost
connection: local
connection: local
Line 178: Line 178:
services:
services:
- port: 80
- port: 80
</syntaxhighlight>
</pre>


ansible-playbook -v avi-deploy.yml --step
ansible-playbook -v avi-deploy.yml --step



= Using AVI SDK =
= Using AVI SDK =