Skip to content

Commit 0b27386

Browse files
committed
Numerous improvements
- The role no longer attempts to install the unzip binary locally onto the Ansible control host; it is now a hard dependency and role execution will fail if unzip is not in the PATH on the control host. - Snapshot agent installation and configuration (thanks @drewmullen) - Delegate Consul datacenter DNS domain to Consul (thanks @teralype) - Allow DNSmasq binding to particular interfaces (thanks @teralype) - Update local tasks (thanks @sgrimm-sg) - Update documentation
1 parent 07f1c20 commit 0b27386

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

CHANGELOG.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,12 @@
1-
## v2.3.0 (UNRELEASED)
1+
## v2.3.0
22

33
- The role no longer attempts to install the unzip binary locally onto
44
the Ansible control host; it is now a hard dependency and role execution
55
will fail if unzip is not in the PATH on the control host.
66
- Snapshot agent installation and configuration (thanks @drewmullen)
77
- Delegate Consul datacenter DNS domain to Consul (thanks @teralype)
88
- Allow DNSmasq binding to particular interfaces (thanks @teralype)
9+
- Update local tasks (thanks @sgrimm-sg)
910
- Update documentation
1011

1112
## v2.2.0

version.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
v2.2.3
1+
v2.3.0

0 commit comments

Comments
 (0)