Skip to content

Commit

Permalink
bumping consul to 1.8.7
Browse files Browse the repository at this point in the history
  • Loading branch information
marcaurele authored and bbaassssiiee committed Jan 11, 2021
1 parent 15123ac commit 93668ce
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ This role requires a FreeBSD, Debian, or Red Hat Enterprise Linux distribution o

The role might work with other OS distributions and versions, but is known to function well with the following software versions:

* Consul: 1.8.5
* Consul: 1.8.7
* Ansible: 2.8.2
* Alpine Linux: 3.8
* CentOS: 7
Expand Down Expand Up @@ -82,7 +82,7 @@ Many role variables can also take their values from environment variables as wel
### `consul_version`

- Version to install
- Default value: 1.8.5
- Default value: 1.8.7

### `consul_architecture_map`

Expand Down
2 changes: 1 addition & 1 deletion defaults/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ is_virtualenv: "{{ lookup('env','VIRTUAL_ENV') | default('', true) }}"
consul_install_dependencies: true

### Package
consul_version: "{{ lookup('env','CONSUL_VERSION') | default('1.8.5', true) }}"
consul_version: "{{ lookup('env','CONSUL_VERSION') | default('1.8.7', true) }}"
consul_architecture_map:
# this first entry seems redundant
# (but it's required for reasons)
Expand Down
2 changes: 1 addition & 1 deletion examples/README_VAGRANT.md
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ BOX_NAME=freebsd/FreeBSD-11.0-STABLE CONSUL_IFACE=em1 vagrant up
## Notes
1. This project functions with the following software versions:
* Consul version 1.8.5
* Consul version 1.8.7
* Ansible: 2.8.2
* VirtualBox version 5.2.22
* Vagrant version 2.2.1
Expand Down

0 comments on commit 93668ce

Please sign in to comment.