mirror of
https://github.com/ZwareBear/JFrog-Cloud-Installers.git
synced 2026-01-21 15:06:57 -06:00
Updates to support publishing to Ansible Galaxy.
This commit is contained in:
14
Ansible/collection/jfrog/ansible/roles/postgres/README.md
Normal file
14
Ansible/collection/jfrog/ansible/roles/postgres/README.md
Normal file
@@ -0,0 +1,14 @@
|
||||
# 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
|
||||
```
|
||||
Reference in New Issue
Block a user