Why Gemfury? Push, build, and install  RubyGems npm packages Python packages Maven artifacts PHP packages Go Modules Debian packages RPM packages NuGet packages

Repository URL to install this package:

Details    
Size: Mime:
---

postgresql_version: 11

postgresql_databases:
  - name: foobar
    owner: baz

postgresql_users:

  # postgresql >=10 does not accept unencrypted passwords 
  - name: baz
    pass: md51a1dc91c907325c69271ddf0c944bc72
    encrypted: yes

  - name: zab
    pass: md51a1dc91c907325c69271ddf0c944bc72
    encrypted: yes

  - name: zabaz

postgresql_user_privileges:
  - name: baz
    db: foobar

postgresql_database_schemas:
  - database: foobar
    state: present
    schema: acme
    owner: baz