When seeking to deploy a working openshift cluster using these plays, a few items must be in place.
These are:
More AMI specific options can be found in 'openshift_aws/defaults/main.yml'. When creating an encrypted AMI please specify use_encryption:
# openshift_aws_ami_encrypt: True # defaults to false
Note: This will ensure to take the recently created AMI and encrypt it to be used later. If encryption is not desired then set the value to false (defaults to false). The AMI id will be fetched and used according to its most recent creation date.