Ansible Role repo_postgresql
This role deploys the official PostgreSQL Repo.
Optional Role Variables
Variable  | 
Description  | 
Default Value  | 
|---|---|---|
  | 
Use HTTP basic auth to login to the repository. Defaults to   | 
  | 
  | 
Set the URL to a custom mirror server providing the repository. Defaults to   | 
`‘{{ lfops__repo_mirror_url  | 
Example:
# optional
repo_postgresql__basic_auth_login:
  username: 'my-username'
  password: 'linuxfabrik'
repo_postgresql__mirror_url: 'https://mirror.example.com'