-
Notifications
You must be signed in to change notification settings - Fork 2.3k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
improve user configuration; update readme
- Loading branch information
1 parent
70e2725
commit 40ac162
Showing
3 changed files
with
144 additions
and
65 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,13 +1,23 @@ | ||
--- | ||
# meta config | ||
master_config_path: null # defaults to /opt/app-root/src/master-config.yaml | ||
admin_kubeconfig_path: null # defaults to /opt/app-root/src/.kube/config | ||
|
||
# default user configuration | ||
common_host_alias: openshiftdevel # host alias as defined in ~/.ssh/config | ||
ansible_ssh_user: ec2-user | ||
ansible_become: "yes" | ||
ansible_become_user: "root" | ||
|
||
# openshift-ansible inventory vars | ||
openshift_uninstall_images: false | ||
openshift_install_examples: true | ||
openshift_deployment_type: origin | ||
|
||
# openshift cluster-admin credentials | ||
openshift_cluster_user: cluster-node-viewer | ||
openshift_cluster_pass: "" | ||
openshift_release: 3.6 | ||
openshift_image_tag: v3.6.0 | ||
openshift_hosted_logging_deploy: null # defaults to "true" if loggingPublicURL is set in master-config.yaml | ||
openshift_logging_image_version: v3.6.0 | ||
openshift_disable_check: disk_availability,docker_storage,memory_availability | ||
|
||
# openshift cluster-viewer info | ||
openshift_cluster_user: cluster-lister # name of user or service account able to list nodes in a cluster |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters