-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update traefik, install by version number, check checksum
- Loading branch information
1 parent
cf11a1c
commit f0a14f8
Showing
4 changed files
with
14 additions
and
4 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 |
---|---|---|
|
@@ -7,7 +7,7 @@ Basic traefik configuration | |
``` | ||
- src: [email protected]:smartlogic/ansible-role-traefik | ||
name: traefik | ||
version: 0.1.0 | ||
version: 0.2.0 | ||
``` | ||
|
||
## Requirements | ||
|
@@ -17,6 +17,7 @@ None | |
## Role Variables | ||
|
||
- `traefik_version` - Which version of traefik to download | ||
- `traefik_checksum` - The sha256 checksum of the traefik download | ||
- `traefik_config` - The file to use for `config.toml` | ||
- Default: `config.toml` | ||
|
||
|
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 |
---|---|---|
@@ -1,3 +1,4 @@ | ||
--- | ||
traefik_version: 1.4.1 | ||
traefik_version: 1.5.0 | ||
traefik_checksum: f5bad64d95377a890f7e04640f6356df41c7c196b317a0f8f76a952979dbea50 | ||
traefik_config: "config.toml" |
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