provisioning_vars.example.yml 850 B

12345678910111213141516171819202122232425262728
  1. ---
  2. # when creating an AMI set this option to True
  3. # when installing the cluster, set this to False
  4. openshift_node_bootstrap: True
  5. # specify a clusterid
  6. #openshift_aws_clusterid: default
  7. # must specify a base_ami when building an AMI
  8. #openshift_aws_base_ami:
  9. # when creating an encrypted AMI please specify use_encryption
  10. #openshift_aws_ami_encrypt: False
  11. # custom certificates are required for the ELB
  12. #openshift_aws_iam_cert_path: '/path/to/wildcard.<clusterid>.example.com.crt'
  13. #openshift_aws_iam_key_path: '/path/to/wildcard.<clusterid>.example.com.key'
  14. #openshift_aws_iam_cert_chain_path: '/path/to/cert.ca.crt'
  15. # This is required for any ec2 instances
  16. #openshift_aws_ssh_key_name: myuser_key
  17. # This will ensure these users are created
  18. #openshift_aws_users:
  19. #- key_name: myuser_key
  20. # username: myuser
  21. # pub_key: |
  22. # ssh-rsa AAAA