Giter Club home page Giter Club logo

ansible-role-postgres's Introduction

Postgres

This role is written for internal use by Awesto and not designed to cover more general use-cases. You probably do not want to use it.

Requirements

None.

Role Variables

postgres_version: the version of PostgreSQL to use.

postgres_backup_retention_time: how long to keep backups in /var/local/backups. Specify the value in tmpreaper syntax. Defaults to '30d'.

postgres_databases: a list of mappings such as this:

    - postgres_databases:
      - database: mydb
        username: myuser
        password: secret

Dependencies

None.

Example Playbook

- hosts: dbservers
  roles:
  - postgres
  vars:
  - postgres_version: 9.6
  - postgres_databases:
    - database: mydb
      username: myuser
      password: secret
  - postgres_backup_retention_time: 60d

License

BSD

Author Information

René Fleschenberg [email protected]

ansible-role-postgres's People

Contributors

rfleschenberg avatar

Watchers

James Cloos avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.