-
Notifications
You must be signed in to change notification settings - Fork 38
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Possibility to override docker version
- Loading branch information
Showing
3 changed files
with
9 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -60,6 +60,9 @@ The variables that can be passed to this role and a brief description about them | |
kube_public_dns_name: "" | ||
# Email to be used in the Let's Encrypt issuer | ||
kube_cert_user_email: [email protected] | ||
# Override default docker version | ||
# (installed when not in kube_docker_compatible_versions) | ||
kube_docker_version: "" | ||
# Options to add in the docker.json file | ||
kube_docker_options: {} | ||
# Compatible docker versions | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters