ansible-playbook setup_instance.yml -e "instance_name=zopen-ci5" -e "key_name=root"
instance_name: This is the name of the instance to be createdkey_name: This is the vpc ssh key.
ansible-playbook setup_disk.yml -vv -e "instance_name=zopen-ci5" -e "jenkins_public_key=\"$(cat ~/.ssh/id_rsa_jenkins.pub)\""
instance_name: This is the name of the instance to be createdjenkins_public_key: This is the vpc ssh key.