From 0cf1f1f615d978001b1084e5827cf79add0caaef Mon Sep 17 00:00:00 2001 From: Michael Gugino Date: Fri, 6 Oct 2017 16:55:36 -0400 Subject: Provisioning Documentation Updates Updating provisioning documents. Also moved some steps from build_ami.yml to a new play for better reusability. --- .../provisioning_vars.example.yml | 28 ---------------------- 1 file changed, 28 deletions(-) delete mode 100644 playbooks/aws/openshift-cluster/provisioning_vars.example.yml (limited to 'playbooks/aws/openshift-cluster/provisioning_vars.example.yml') diff --git a/playbooks/aws/openshift-cluster/provisioning_vars.example.yml b/playbooks/aws/openshift-cluster/provisioning_vars.example.yml deleted file mode 100644 index 28eb9c993..000000000 --- a/playbooks/aws/openshift-cluster/provisioning_vars.example.yml +++ /dev/null @@ -1,28 +0,0 @@ ---- -# when creating an AMI set this option to True -# when installing the cluster, set this to False -openshift_node_bootstrap: True - -# specify a clusterid -#openshift_aws_clusterid: default - -# must specify a base_ami when building an AMI -#openshift_aws_base_ami: - -# when creating an encrypted AMI please specify use_encryption -#openshift_aws_ami_encrypt: False - -# custom certificates are required for the ELB -#openshift_aws_iam_cert_path: '/path/to/wildcard..example.com.crt' -#openshift_aws_iam_key_path: '/path/to/wildcard..example.com.key' -#openshift_aws_iam_cert_chain_path: '/path/to/cert.ca.crt' - -# This is required for any ec2 instances -#openshift_aws_ssh_key_name: myuser_key - -# This will ensure these users are created -#openshift_aws_users: -#- key_name: myuser_key -# username: myuser -# pub_key: | -# ssh-rsa AAAA -- cgit v1.2.3