blob: 5dd12c277df7e644e462a5544e5bb3263d7885d6 [file] [log] [blame]
Zack Williams42a96fb2020-06-15 21:36:14 -07001---
2# postgresql meta/main.yml
3#
4# SPDX-FileCopyrightText: © 2020 Open Networking Foundation <support@opennetworking.org>
5# SPDX-License-Identifier: Apache-2.0
6
7galaxy_info:
Wei-Yu Chen0aa6fde2022-04-11 21:39:57 +08008 role_name: postgresql
Zack Williams42a96fb2020-06-15 21:36:14 -07009 author: Open Networking Foundation
10 description: PostgreSQL Database Server
11 company: Open Networking Foundation
12
13 issue_tracker_url: https://jira.opennetworking.org/
14
15 license: Apache-2.0
16
17 min_ansible_version: 2.9.5
18
19 platforms:
20 - name: Ubuntu
21 versions:
22 - "18.04"
23
24 galaxy_tags:
25 - postgresql
26
27dependencies: []