Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/requirements/requirements_molecule.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
ansible-core==2.12.5
jinja2==3.1.2
ansible-lint==6.0.2
ansible-lint==6.2.1
yamllint==1.26.3
molecule[docker]==3.6.1
docker==5.0.3
21 changes: 10 additions & 11 deletions meta/main.yml
Original file line number Diff line number Diff line change
@@ -1,33 +1,32 @@
---
galaxy_info:
author: Alessandro Fael Garcia
author: nginxinc
description: Official Ansible role for NGINX
role_name: nginx
namespace: nginxinc # Ansible Lint requirement
company: F5 Networks, Inc.
company: F5, Inc.

license: Apache License, Version 2.0

min_ansible_version: 2.12
min_ansible_version: '2.12'

platforms:
- name: Alpine
versions:
- any
- all
- name: Amazon Linux 2
versions:
- any
- all
- name: Debian
versions:
- buster
- bullseye
- name: EL
versions:
- 7
- 8
- '7'
- '8'
- name: FreeBSD
versions:
- 12.1
- '12.1'
- name: Ubuntu
versions:
- bionic
Expand All @@ -36,8 +35,8 @@ galaxy_info:
- jammy
- name: SLES
versions:
- 12
- 15
- '12'
- '15'

galaxy_tags:
- nginx
Expand Down