[dopr] use dnf; fix pg_hba.conf

This commit is contained in:
Valentin Gologuzov 2015-06-11 15:14:56 +02:00
parent ca3f4a8c55
commit d2af37b909
2 changed files with 6 additions and 5 deletions

View file

@ -1,6 +1,6 @@
local cdicdb copr-fe md5 local cdicdb cdic md5
host cdicdb copr-fe 127.0.0.1/8 md5 host cdicdb cdic 127.0.0.1/8 md5
host cdicdb copr-fe ::1/128 md5 host cdicdb cdic ::1/128 md5
local cdicdb postgres ident local cdicdb postgres ident
# TYPE DATABASE USER ADDRESS METHOD # TYPE DATABASE USER ADDRESS METHOD

View file

@ -1,11 +1,12 @@
# NB: dopr was initially called cdic # NB: dopr was initially called cdic
- name: install basic packages - name: install basic packages
yum: state=present pkg={{ item }} dnf: state=present pkg={{ item }}
with_items: with_items:
- "tmux" - "tmux"
- "bash-completion" - "bash-completion"
- "dnf-plugins-core" - "dnf-plugins-core"
- "yum-utils"
tags: tags:
- packages - packages
@ -18,7 +19,7 @@
user: name="cdic" user: name="cdic"
- name: install dopr specific packages - name: install dopr specific packages
yum: state=present pkg={{ item }} dnf: state=present pkg={{ item }}
with_items: with_items:
- python3 - python3
- python3-pip - python3-pip