Skip to content

m-shalenko/ansible-role-postgres

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ansible-role-postgres

Purpose

This ansible role installs Postgres in Docker

Install

ansible-galaxy role install m-shalenko.postgres

Example of playbook

---
- name: Install Postgres
  hosts: postgres
  become: true
  gather_facts: false
  roles:
    - role: m-shalenko.postgres
      tags:
        - postgres

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages