Browse Source
Add docker ansible tag
Signed-off-by: tu1h <lihai.tu@daocloud.io>
pull/11002/head
tu1h
8 months ago
No known key found for this signature in database
GPG Key ID: CD29759DDB016F30
2 changed files with
2 additions and
1 deletions
-
docs/ansible/ansible.md
-
roles/container-engine/cri-dockerd/meta/main.yml
|
|
@ -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 | |
|
|
|
|
|
@ -1,4 +1,4 @@ |
|
|
|
--- |
|
|
|
dependencies: |
|
|
|
- role: container-engine/docker |
|
|
|
- { role: container-engine/docker, tags: docker-engine } |
|
|
|
- role: container-engine/crictl |