mirror of
https://github.com/ZwareBear/JFrog-Cloud-Installers.git
synced 2026-01-21 12:06:56 -06:00
465 B
465 B
postgres
The postgres role will install Postgresql software and configure a database and user to support an Artifactory or Xray server.
Role Variables
- db_users: This is a list of database users to create. eg. db_users: - { db_user: "artifactory", db_password: "Art1fAct0ry" }
- dbs: This is the database to create. eg. dbs: - { db_name: "artifactory", db_owner: "artifactory" }
Example Playbook
---
- hosts: database
roles:
- postgres