|
@@ -21,23 +21,23 @@
|
|
groups: oo_exclude_bootstrapped_nodes
|
|
groups: oo_exclude_bootstrapped_nodes
|
|
ansible_ssh_user: "{{ g_ssh_user | default(omit) }}"
|
|
ansible_ssh_user: "{{ g_ssh_user | default(omit) }}"
|
|
ansible_become: "{{ g_sudo | default(omit) }}"
|
|
ansible_become: "{{ g_sudo | default(omit) }}"
|
|
- with_items: "{{ groups.oo_nodes_to_bootstrap | default([]) }}"
|
|
|
|
|
|
+ with_items: "{{ groups.oo_nodes_to_config | default([]) }}"
|
|
changed_when: no
|
|
changed_when: no
|
|
when: hostvars[item].openshift_is_bootstrapped | default(False) | bool
|
|
when: hostvars[item].openshift_is_bootstrapped | default(False) | bool
|
|
|
|
|
|
- import_playbook: disable_excluders.yml
|
|
- import_playbook: disable_excluders.yml
|
|
vars:
|
|
vars:
|
|
- l_node_group: oo_nodes_to_bootstrap:!oo_exclude_bootstrapped_nodes
|
|
|
|
|
|
+ l_node_group: oo_nodes_to_config:!oo_exclude_bootstrapped_nodes
|
|
|
|
|
|
- import_playbook: configure_nodes.yml
|
|
- import_playbook: configure_nodes.yml
|
|
vars:
|
|
vars:
|
|
- l_node_group: oo_nodes_to_bootstrap:!oo_exclude_bootstrapped_nodes
|
|
|
|
|
|
+ l_node_group: oo_nodes_to_config:!oo_exclude_bootstrapped_nodes
|
|
|
|
|
|
- import_playbook: configure_bootstrap.yml
|
|
- import_playbook: configure_bootstrap.yml
|
|
|
|
|
|
- import_playbook: enable_excluders.yml
|
|
- import_playbook: enable_excluders.yml
|
|
vars:
|
|
vars:
|
|
- l_node_group: oo_nodes_to_bootstrap:!oo_exclude_bootstrapped_nodes
|
|
|
|
|
|
+ l_node_group: oo_nodes_to_config:!oo_exclude_bootstrapped_nodes
|
|
|
|
|
|
- name: Node Bootstrap Preparation Checkpoint End
|
|
- name: Node Bootstrap Preparation Checkpoint End
|
|
hosts: all
|
|
hosts: all
|