1234567891011121314151617181920212223242526272829 |
- ---
- base_mngmnt_file: "{{ role_path }}/../../input_params/base_vars.yml"
- mngmnt_network_image_name: mngmnt_network_container
- mngmnt_network_image_tag: latest
- mount_path: /root/omnia
- message_skipped: "The container is already present"
- message_installed: "The container is installed"
- temp_mgmt_mapping_file: "{{ role_path }}/files/new_mngmnt_mapping_file.csv"
|