Skip to content

Commit

Permalink
Bug 1421811 Added subdomain file
Browse files Browse the repository at this point in the history
  • Loading branch information
bmcelvee committed Mar 16, 2017
1 parent 988ccc4 commit bd51966
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions install_config/install/stand_alone_registry.adoc
Expand Up @@ -162,6 +162,8 @@ nodes
# SSH user, this user should allow ssh based auth without requiring a password
ansible_ssh_user=root
openshift_master_default_subdomain=apps.test.example.com
# If ansible_ssh_user is not root, ansible_become must be set to true
#ansible_become=true
Expand Down Expand Up @@ -203,6 +205,8 @@ ansible_ssh_user=root
deployment_type=openshift-enterprise
deployment_subtype=registry <1>
openshift_master_default_subdomain=apps.test.example.com
# Uncomment the following to enable htpasswd authentication; defaults to
# DenyAllPasswordIdentityProvider.
#openshift_master_identity_providers=[{'name': 'htpasswd_auth', 'login': 'true', 'challenge': 'true', 'kind': 'HTPasswdPasswordIdentityProvider', 'filename': '/etc/origin/master/htpasswd'}]
Expand Down

0 comments on commit bd51966

Please sign in to comment.