|
@@ -38,8 +38,16 @@
|
|
import_tasks: fetch_sm_inputs.yml
|
|
import_tasks: fetch_sm_inputs.yml
|
|
when: ib_switch_support
|
|
when: ib_switch_support
|
|
|
|
|
|
|
|
+- name: Host mapping file validation
|
|
|
|
+ import_tasks: validate_host_mapping_file.yml
|
|
|
|
+ when: host_mapping_file_path |length >0
|
|
|
|
+
|
|
|
|
+- name: Device mapping file validation
|
|
|
|
+ import_tasks: validate_device_mapping_file.yml
|
|
|
|
+ when: mngmnt_mapping_file_path |length >0
|
|
|
|
+
|
|
- name: Encrypt idrac_tools_vars.yml
|
|
- name: Encrypt idrac_tools_vars.yml
|
|
import_tasks: encrypt_idrac_tools_vars.yml
|
|
import_tasks: encrypt_idrac_tools_vars.yml
|
|
|
|
|
|
- name: NFS Server setup for offline repo and awx
|
|
- name: NFS Server setup for offline repo and awx
|
|
- import_tasks: nfs_server_setup.yml
|
|
|
|
|
|
+ import_tasks: nfs_server_setup.yml
|