|
@@ -19,7 +19,15 @@
|
|
gather_facts: no
|
|
gather_facts: no
|
|
roles:
|
|
roles:
|
|
- cluster_validation
|
|
- cluster_validation
|
|
-
|
|
|
|
|
|
+
|
|
|
|
+- name: Validate hostname
|
|
|
|
+ hosts: manager, login_node
|
|
|
|
+ gather_facts: false
|
|
|
|
+ any_errors_fatal: true
|
|
|
|
+ roles:
|
|
|
|
+ - hostname_validation
|
|
|
|
+ tags: freeipa
|
|
|
|
+
|
|
- name: Validate nfs_node config
|
|
- name: Validate nfs_node config
|
|
hosts: nfs_node
|
|
hosts: nfs_node
|
|
gather_facts: false
|
|
gather_facts: false
|
|
@@ -223,4 +231,4 @@
|
|
|
|
|
|
- name: Passwordless SSH between manager and compute nodes
|
|
- name: Passwordless SSH between manager and compute nodes
|
|
include: control_plane/tools/passwordless_ssh.yml
|
|
include: control_plane/tools/passwordless_ssh.yml
|
|
- when: hostvars['127.0.0.1']['control_plane_status']
|
|
|
|
|
|
+ when: hostvars['127.0.0.1']['control_plane_status']
|