Browse Source

Merge pull request #9220 from vrutkovs/collect-facts-master-node

Don't collect node facts on master - these are set during bootstrap
Vadim Rutkovsky 6 years ago
parent
commit
bb801e49aa
1 changed files with 0 additions and 4 deletions
  1. 0 4
      playbooks/openshift-master/private/config.yml

+ 0 - 4
playbooks/openshift-master/private/config.yml

@@ -58,10 +58,6 @@
         console_url: "{{ openshift_master_console_url | default(None) }}"
         console_use_ssl: "{{ openshift_master_console_use_ssl | default(None) }}"
         public_console_url: "{{ openshift_master_public_console_url | default(None) }}"
-  - openshift_facts:
-      role: node
-      local_facts:
-        bootstrapped: true
 
 - name: Generate or retrieve existing session secrets
   hosts: oo_first_master