Skip to content

Commit 12bb61a

Browse files
committed
update README and galaxy meta
1 parent efca97d commit 12bb61a

File tree

2 files changed

+9
-9
lines changed

2 files changed

+9
-9
lines changed

README.adoc

Lines changed: 6 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
:role-name: netbox
33
:role: {role-author}.{role-name}
44
:gh-name: {role-author}/ansible-role-{role-name}
5-
:netbox-version: 2.10.10
5+
:netbox-version: 3.7.3
66
= {role}
77
:toc:
88
:toc-placement: preamble
@@ -12,20 +12,17 @@ ifdef::env-github[]
1212
endif::[]
1313

1414
ifdef::env-github[]
15-
image:https://img.shields.io/travis/{gh-name}/master.svg?style=for-the-badge[Build Status,link=https://travis-ci.org/{gh-name}]
1615
image:https://img.shields.io/badge/role-{role}-blue?style=for-the-badge[Ansible Galaxy Role,link=https://galaxy.ansible.com/{role-author}/{role-name}]
1716
endif::env-github[]
1817

19-
Deploys and configures https://github.com/netbox-community/netbox[NetBox], an
20-
IP address management (IPAM) and data center infrastructure management (DCIM) tool.
18+
Deploys and configures https://github.com/netbox-community/netbox[NetBox], an IP address management (IPAM) and data center infrastructure management (DCIM) tool.
2119

22-
This role will deploy NetBox within its own virtualenv either by release
23-
tarball or via git using uWSGI as the application server.
20+
This role will deploy NetBox within its own virtualenv either by release tarball or via git using uWSGI as the application server.
2421

25-
Tested and supported against CentOS 7 / Debian 9,10,11 / Ubuntu 16, 18, 20 and 22.
22+
Supports CentOS 7,8 / RHEL 9 / Debian 9,10,11,12 / Ubuntu 16, 18, 20 and 22.
2623

27-
Note that this role is slightly opinionated and differs from installation
28-
instructions from the NetBox documentation. The main differences are:
24+
Note that this role is slightly opinionated and differs from installation instructions from the NetBox documentation.
25+
The main differences are:
2926

3027
* Uses distro-provided systemd instead of supervisord
3128
* Uses uWSGI as an application server instead of gunicorn

meta/main.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,12 @@ galaxy_info:
1616
- buster
1717
- stretch
1818
- bullseye
19+
- bookworm
1920
- name: EL
2021
versions:
2122
- 7
23+
- 8
24+
- 9
2225
galaxy_tags:
2326
- dcim
2427
- ipam

0 commit comments

Comments
 (0)