diff --git a/ansible/roles/docker-registry/README.md b/ansible/roles/docker-registry/README.md index 247fa85b9..b0b43328e 100644 --- a/ansible/roles/docker-registry/README.md +++ b/ansible/roles/docker-registry/README.md @@ -10,7 +10,7 @@ Requirements The host executing the role has the following requirements: * Docker engine -* ``docker-py >= 1.7.0`` +* Python ``docker >= 2.0.0`` Role Variables -------------- diff --git a/ansible/roles/inspection-store/README.md b/ansible/roles/inspection-store/README.md index 67c40dda3..4c9fb18e8 100644 --- a/ansible/roles/inspection-store/README.md +++ b/ansible/roles/inspection-store/README.md @@ -10,7 +10,10 @@ authentication mechanism is provided. Requirements ------------ -Docker engine should be running on the target system. +The host executing the role has the following requirements: + +* Docker engine +* Python ``docker >= 2.0.0`` Role Variables -------------- @@ -18,7 +21,7 @@ Role Variables Dependencies ------------ -The `docker-py` python package is required on the target system. +None Example Playbook ---------------- diff --git a/ansible/roles/node-exporter/README.md b/ansible/roles/node-exporter/README.md index dae2bb90e..008af7b34 100644 --- a/ansible/roles/node-exporter/README.md +++ b/ansible/roles/node-exporter/README.md @@ -10,7 +10,7 @@ Requirements The host executing the role has the following requirements: * Docker engine -* ``docker-py >= 1.7.0`` +* Python ``docker >= 2.0.0`` Role Variables -------------- diff --git a/ansible/roles/opensm/README.md b/ansible/roles/opensm/README.md index 9ef2e8c80..5b18c93dd 100644 --- a/ansible/roles/opensm/README.md +++ b/ansible/roles/opensm/README.md @@ -10,7 +10,7 @@ Requirements The host executing the role has the following requirements: * Docker engine -* ``docker-py >= 1.7.0`` +* Python ``docker >= 2.0.0`` Role Variables --------------