Compare commits
1 commit
fa6f1d3985
...
b907ce15ba
Author | SHA1 | Date | |
---|---|---|---|
b907ce15ba |
2 changed files with 13 additions and 1 deletions
|
@ -12,7 +12,10 @@ The entry points available for external use are:
|
||||||
|
|
||||||
## Supported Distributions
|
## Supported Distributions
|
||||||
|
|
||||||
Debian as the NGINX Debian repos are used.
|
The following distributions are supported:
|
||||||
|
|
||||||
|
- Debian 11
|
||||||
|
- Debian 12
|
||||||
|
|
||||||
## Required Arguments
|
## Required Arguments
|
||||||
|
|
||||||
|
|
9
roles/nginx/meta/main.yaml
Normal file
9
roles/nginx/meta/main.yaml
Normal file
|
@ -0,0 +1,9 @@
|
||||||
|
---
|
||||||
|
dependencies:
|
||||||
|
- role: distribution_check
|
||||||
|
vars:
|
||||||
|
distribution_check__distribution_support_spec:
|
||||||
|
- name: Debian
|
||||||
|
major_versions:
|
||||||
|
- "11"
|
||||||
|
- "12"
|
Loading…
Add table
Add a link
Reference in a new issue