Browse Source

Add docker ansible tag

Signed-off-by: tu1h <lihai.tu@daocloud.io>
pull/11002/head
tu1h 8 months ago
parent
commit
0df408578f
No known key found for this signature in database GPG Key ID: CD29759DDB016F30
2 changed files with 2 additions and 1 deletions
  1. 1
      docs/ansible/ansible.md
  2. 2
      roles/container-engine/cri-dockerd/meta/main.yml

1
docs/ansible/ansible.md

@ -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 |

2
roles/container-engine/cri-dockerd/meta/main.yml

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