-
Notifications
You must be signed in to change notification settings - Fork 10
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #15 from nginxinc/ubuntu-support
Add support for Ubuntu 18.04 LTS
- Loading branch information
Showing
7 changed files
with
18 additions
and
10 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 |
---|---|---|
|
@@ -75,6 +75,9 @@ Debian: | |
- 9.10 | ||
- 9.11 | ||
- 9.12 | ||
Ubuntu: | ||
versions: | ||
- 18.04 | ||
``` | ||
Role Variables | ||
|
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
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,9 +1,9 @@ | ||
--- | ||
- hosts: wafs | ||
remote_user: centos | ||
remote_user: centos | ||
pre_tasks: | ||
- name: load the vars | ||
include_vars: | ||
include_vars: | ||
file: "{{playbook_dir}}/nginx-app-protect-vars.yml" | ||
roles: | ||
- nginxinc.nginx_app_protect | ||
- nginxinc.nginx_app_protect |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
--- | ||
- name: "(Install: Debian) Install Required Debian Dependencies" | ||
- name: "(Setup: Debian/Ubuntu) Install Required Debian and Ubuntu Dependencies" | ||
package: | ||
name: apt-transport-https, lsb-release, ca-certificates | ||
name: apt-transport-https, lsb-release, ca-certificates, wget | ||
state: present |
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