Skip to content

Commit

Permalink
Update omnia.yml
Browse files Browse the repository at this point in the history
Signed-off-by: Shubhangi-dell <[email protected]>
  • Loading branch information
Shubhangi-dell committed Apr 13, 2022
1 parent bf31ecb commit 0864dcb
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions omnia.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,13 @@
- hostname_validation
tags: freeipa

- name: Apply common installation and config
hosts: manager, compute, login_node, nfs_node
gather_facts: false
roles:
- common
tags: common

- name: Validate nfs_node config
hosts: nfs_node
gather_facts: false
Expand All @@ -41,13 +48,6 @@
tasks_from: validate_nfs_config.yml
when: hostvars['127.0.0.1']['powervault_status']

- name: Apply common installation and config
hosts: manager, compute, login_node
gather_facts: false
roles:
- common
tags: common

- name: Apply login common installation and config
hosts: manager, login_node
gather_facts: false
Expand Down Expand Up @@ -231,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']

0 comments on commit 0864dcb

Please sign in to comment.