# nic is used as the System Role provisioning host
nic #
 /testing/guestbin/nic-vpn-role-tmp
nic #
 ansible-playbook --skip-tags packages -i ansible-inventory.yml test-east-west.yml 2>&1 | tee OUTPUT/ansible.out | grep -v DEPRECATED | tail -3 | sort
east                       : ok=15   changed=4    unreachable=0    failed=0    skipped=3    rescued=0    ignored=0   
west                       : ok=18   changed=4    unreachable=0    failed=0    skipped=5    rescued=0    ignored=0   
nic #
 
