Created 03-24-2016 02:17 PM
I ran the Metron Installer and one of the last tasks errored out (Metron UI task). How do i re-rerun the installer so that it runs faster..(doesn't do unecessary waits for aws instances to come up, etc since they are already up)
Created 03-24-2016 02:18 PM
To re-run an installer faster add --skip-tags attribute to the ansible command like the following:
ansible-playbook -i ec2.py playbook.yml --skip-tags="wait"
View solution in original post