Added postgresql role
This commit is contained in:
parent
ec0a1adc01
commit
4fb0c5c43b
2
roles/postgresql/handlers/main.yml
Normal file
2
roles/postgresql/handlers/main.yml
Normal file
@ -0,0 +1,2 @@
|
|||||||
|
---
|
||||||
|
# handlers file for postgresql
|
10
roles/postgresql/meta/main.yml
Normal file
10
roles/postgresql/meta/main.yml
Normal file
@ -0,0 +1,10 @@
|
|||||||
|
galaxy_info:
|
||||||
|
author: strNophix
|
||||||
|
description: Postgresql Role
|
||||||
|
|
||||||
|
license: MIT
|
||||||
|
min_ansible_version: 2.1
|
||||||
|
|
||||||
|
galaxy_tags: []
|
||||||
|
|
||||||
|
dependencies: []
|
10
roles/postgresql/tasks/main.yml
Normal file
10
roles/postgresql/tasks/main.yml
Normal file
@ -0,0 +1,10 @@
|
|||||||
|
---
|
||||||
|
# tasks file for postgresql
|
||||||
|
- name: Install postgres
|
||||||
|
package:
|
||||||
|
name:
|
||||||
|
- postgresql
|
||||||
|
- postgresql-contrib
|
||||||
|
state: present
|
||||||
|
update_cache: yes
|
||||||
|
become: true
|
Loading…
x
Reference in New Issue
Block a user