{"id":50385234,"url":"https://github.com/stackhpc/ansible-role-mlnx-ufm","last_synced_at":"2026-05-30T14:31:11.727Z","repository":{"id":37750721,"uuid":"129237439","full_name":"stackhpc/ansible-role-mlnx-ufm","owner":"stackhpc","description":"Ansible role to deploy Mellanox UFM Infiniband fabric manager in a Docker container","archived":false,"fork":false,"pushed_at":"2022-08-03T08:02:54.000Z","size":21,"stargazers_count":2,"open_issues_count":0,"forks_count":2,"subscribers_count":8,"default_branch":"master","last_synced_at":"2024-04-14T22:50:16.991Z","etag":null,"topics":["ansible","docker","infiniband","mellanox","ufm"],"latest_commit_sha":null,"homepage":"","language":null,"has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/stackhpc.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":".github/CODEOWNERS","security":null,"support":null}},"created_at":"2018-04-12T10:58:41.000Z","updated_at":"2023-04-16T03:05:34.000Z","dependencies_parsed_at":"2022-08-08T21:31:01.090Z","dependency_job_id":null,"html_url":"https://github.com/stackhpc/ansible-role-mlnx-ufm","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/stackhpc/ansible-role-mlnx-ufm","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stackhpc%2Fansible-role-mlnx-ufm","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stackhpc%2Fansible-role-mlnx-ufm/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stackhpc%2Fansible-role-mlnx-ufm/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stackhpc%2Fansible-role-mlnx-ufm/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/stackhpc","download_url":"https://codeload.github.com/stackhpc/ansible-role-mlnx-ufm/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stackhpc%2Fansible-role-mlnx-ufm/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33696681,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-05-30T02:00:06.278Z","response_time":92,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["ansible","docker","infiniband","mellanox","ufm"],"created_at":"2026-05-30T14:31:11.601Z","updated_at":"2026-05-30T14:31:11.719Z","avatar_url":"https://github.com/stackhpc.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"Mellanox UFM Infiniband Fabric Manager\n======================================\n\nThis role can be used to configure a Mellanox UFM Infiniband fabric manager\nrunning in a Docker container.\n\nTooling to build a compatible container image is provided on `Github\n\u003chttps://github.com/stackhpc/docker-mlnx-ufm\u003e`.\n\nRequirements\n------------\n\nThe host executing the role has the following requirements:\n\n* Docker engine\n* Python ``docker \u003e= 2.0.0``\n\nRole Variables\n--------------\n\n* ``mlnx_ufm_action``: Action to perform. One of ``build``, ``deploy``,\n  ``destroy``, ``pull``, ``reconfigure``, ``upgrade``. Defaults to ``deploy``.\n* ``mlnx_ufm_enabled``: Whether UFM is enabled. Defaults to ``true``.\n* ``mlnx_ufm_image``: Docker image name. Required.\n* ``mlnx_ufm_tag``: Docker image tag. Defaults to ``latest``.\n* ``mlnx_ufm_image_full``: Full docker image specification.\n* ``mlnx_ufm_restart_policy``: Docker restart policy for the UFM container.\n  Defaults to ``unless-stopped``.\n* ``mlnx_ufm_restart_retries``: Number of Docker restarts. Defaults to 10.\n* ``mlnx_ufm_startup_config_path``: Path to a script template on localhost\n  containing startup configuration. Default is\n  ``/etc/mlnx-ufm/mlnx-ufm-configure``.\n* ``mlnx_ufm_licenses_path``: Path to a directory on localhost containing\n  Mellanox UFM licenses. Default is ``/etc/mlnx-ufm/licenses``.\n* ``mlnx_ufm_config_path``: Path to a directory on the remote host to store\n  configuration.  Default is ``/etc/mlnx-ufm``.\n\nThe following variables are relevant only when ``mlnx_ufm_action`` is\n``build``:\n\n* ``mlnx_ufm_repo_url``: URL of the git repo containing the image. Default is\n  ``https://github.com/stackhpc/docker-mlnx-ufm``.\n* ``mlnx_ufm_repo_version``: Version to check out for the git repo containing\n  the image. Default is ``master``.\n* ``mlnx_ufm_repo_checkout_path``: Path to a directory in which to check out\n  the git repo. Default is ``/tmp``.\n* ``mlnx_ufm_version``: Version of the UFM software. This must be set to build\n  the image.\n* ``mlnx_ufm_tarball_url``: URL of the UFM software tarball. This must be set\n  to build the image.\n* ``mlnx_ufm_ofed_repo_url``: URL of the OFED package repository. This must be\n  set to build the image.\n* ``mlnx_ufm_centos_version``: Version of CentOS to use, e.g. ``7.6.1810``.\n  Leave empty to use default.\n* ``mlnx_ufm_push``: Whether to push images after they have been built. Default\n  is ``false``.\n* ``mlnx_ufm_force_rebuild``: Whether to build the image even if an image of\n  the same name and tag exists. Default is ``false``.\n\nDependencies\n------------\n\nNone\n\nExample Playbook\n----------------\n\nThe following playbook configures Mellanox UFM.\n\n    ---\n    - hosts: mlnx-ufm\n      roles:\n        - role: mlnx-ufm\n\nAuthor Information\n------------------\n\n- Mark Goddard (\u003cmark@stackhpc.com\u003e)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fstackhpc%2Fansible-role-mlnx-ufm","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fstackhpc%2Fansible-role-mlnx-ufm","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fstackhpc%2Fansible-role-mlnx-ufm/lists"}