kayobe/ansible/roles/opensm
Raimund Hook 6df6277096 Updating Jinja filters to conform to Ansible 2.5+
Since Ansible 2.5, the use of jinja tests as filters has been deprecated.

I've run the script provided by the ansible team to 'fix' the jinja filters
to conform to the newer syntax.

This fixes the deprecation warnings.

Change-Id: I775c849c944f82bdfc779c8c530346e7ebedbd2a
2019-06-28 16:34:24 +01:00
..
defaults Change reserved keyword 'action' to 'kayobe_action' 2018-05-21 16:00:57 +01:00
tasks Updating Jinja filters to conform to Ansible 2.5+ 2019-06-28 16:34:24 +01:00
README.md Update python docker package requirement note in role READMEs 2017-12-13 17:03:54 +00:00

OpenSM Infiniband Subnet Manager

This role can be used to configure an OpenSM Infiniband subnet manager running in a Docker container.

Requirements

The host executing the role has the following requirements:

  • Docker engine
  • Python docker >= 2.0.0

Role Variables

opensm_enabled: Whether OpenSM is enabled. Defaults to true. opensm_namespace: Docker image namespace. Defaults to jumanjiman. opensm_image: Docker image name. opensm_tag: Docker image tag. Defaults to latest. opensm_image_full: Full docker image specification. opensm_restart_policy: Docker restart policy for OpenSM container. Defaults to unless-stopped. opensm_restart_retries: Number of Docker restarts. Defaults to 10.

Dependencies

None

Example Playbook

The following playbook configures OpenSM.

---
- hosts: opensm
  roles:
    - role: opensm

Author Information