Add docker ansible tag

Signed-off-by: tu1h <lihai.tu@daocloud.io>
pull/11002/head
tu1h 2024-03-12 10:44:52 +08:00
parent 893e9cb177
commit 0df408578f
No known key found for this signature in database
GPG Key ID: CD29759DDB016F30
2 changed files with 2 additions and 1 deletions

View File

@ -163,6 +163,7 @@ The following tags are defined in playbooks:
| dashboard | Installing and configuring the Kubernetes Dashboard |
| dns | Remove dns entries when resetting |
| docker | Configuring docker engine runtime for hosts |
| docker-engine | Configuring docker engine runtime only for hosts |
| download | Fetching container images to a delegate host |
| etcd | Configuring etcd cluster |
| etcd-secrets | Configuring etcd certs/keys |

View File

@ -1,4 +1,4 @@
---
dependencies:
- role: container-engine/docker
- { role: container-engine/docker, tags: docker-engine }
- role: container-engine/crictl