Procházet zdrojové kódy

Move openshift_master_manage_htpasswd into openshift_facts

So that it's in scope for sanity checks
Scott Dodson před 6 roky
rodič
revize
4cc1cfb3db

+ 0 - 1
roles/openshift_control_plane/defaults/main.yml

@@ -134,7 +134,6 @@ openshift_master_auth_token_max_seconds: 500
 # oo_htpasswd_users_from_file is a custom filter in role lib_utils
 l_osm_htpasswd_users_none: {}
 openshift_master_htpasswd_users: "{{ lookup('file', openshift_master_htpasswd_file) | oo_htpasswd_users_from_file if openshift_master_htpasswd_file is defined else l_osm_htpasswd_users_none }}"
-openshift_master_manage_htpasswd: True
 l_osm_request_header_none: {}
 openshift_master_request_header_ca: "{{ lookup('file', openshift_master_request_header_ca_file) if openshift_master_request_header_ca_file is defined else l_osm_request_header_none }}"
 openshift_master_oauth_grant_method: auto

+ 1 - 0
roles/openshift_facts/defaults/main.yml

@@ -130,3 +130,4 @@ openshift_node_groups:
     labels:
       - 'node-role.kubernetes.io/compute=true'
     edits: []
+openshift_master_manage_htpasswd: True