Skip to content

Commit

Permalink
Make 1.4.1 the default version
Browse files Browse the repository at this point in the history
  • Loading branch information
tersmitten committed Feb 6, 2018
1 parent cdadc31 commit e57cf20
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 7 deletions.
13 changes: 7 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,15 +6,16 @@ Set up the latest or a specific version of [Keepalived](http://www.keepalived.or

#### Requirements

- `git-core` (will be installed)
- `build-essential` (will be installed)
- `automake` (will be installed)
- `pkg-config` (will be installed)
- `libssl-dev` (will be installed)
* `git-core` (will be installed)
* `build-essential` (will be installed)
* `automake` (will be installed)
* `libtool` (will be installed)
* `pkg-config` (will be installed)
* `libssl-dev` (will be installed)

#### Variables

* `keepalived_version`: [default: `v1.4.0`]: Keepalived version to install
* `keepalived_version`: [default: `v1.4.1`]: Keepalived version to install

* `keepalived_install`: [default: `[]`]: Additional packages to install (e.g. `['libnl-3-dev', 'libnl-genl-3-dev', 'libnl-route-3-dev', 'libnfnetlink-dev']`)
* `keepalived_configure_options`: [default: `[]`]: Options to pass to `./configure`
Expand Down
2 changes: 1 addition & 1 deletion defaults/main.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# defaults file for keepalived
---
keepalived_version: v1.4.0
keepalived_version: v1.4.1
keepalived_install: []
keepalived_configure_options: []
keepalived_options: []
Expand Down
1 change: 1 addition & 0 deletions vars/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ keepalived_dependencies:
- git-core
- build-essential
- automake
- libtool
- pkg-config
- libssl-dev

Expand Down

0 comments on commit e57cf20

Please sign in to comment.