Joe Clarke 4 роки тому
батько
коміт
ec0fd5f03a

+ 1 - 0
automation/cleu-ansible-n9k/roles/nxos-vlan/tasks/main.yml

@@ -14,6 +14,7 @@
       parents: interface {{ item }}
   with_items: "{{ iflist }}"
   when: iflist is defined
+  tags: vlan
 
 - name: Add SVI definition
   nxos_interfaces:

+ 1 - 0
automation/cleu-ansible-n9k/roles/vm/tasks/main.yml

@@ -21,3 +21,4 @@
           - name: "{{ guest_network }}"
       validate_certs : no
   delegate_to: localhost
+  tags: vm