diff options
Diffstat (limited to 'install.yml')
-rw-r--r-- | install.yml | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/install.yml b/install.yml index f1acdd8..802dc10 100644 --- a/install.yml +++ b/install.yml @@ -4,6 +4,12 @@ roles: - role: common +- name: IDM infrastructure + hosts: ipaclients + remote_user: root + roles: + - role: ands_idm + - name: Infiniband hosts: ib remote_user: root @@ -23,7 +29,6 @@ # roles: # - role: rocm - - name: Docker hosts: docker remote_user: root @@ -40,4 +45,4 @@ hosts: infra remote_user: root roles: - - role: storage + - role: ands_storage |