Bladeren bron

Update omnia.yml

Signed-off-by: abhishek-sa1 <abhishek.sa3@dell.com>
abhishek-sa1 3 jaren geleden
bovenliggende
commit
8f629d1177
1 gewijzigde bestanden met toevoegingen van 10 en 2 verwijderingen
  1. 10 2
      omnia.yml

+ 10 - 2
omnia.yml

@@ -19,7 +19,15 @@
   gather_facts: no
   roles:
     - 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
   hosts: nfs_node
   gather_facts: false
@@ -223,4 +231,4 @@
 
 - name: Passwordless SSH between manager and compute nodes
   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']