aboutsummaryrefslogtreecommitdiffstats
path: root/playbooks/postgres.yml
diff options
context:
space:
mode:
Diffstat (limited to 'playbooks/postgres.yml')
-rw-r--r--playbooks/postgres.yml7
1 files changed, 3 insertions, 4 deletions
diff --git a/playbooks/postgres.yml b/playbooks/postgres.yml
index 72192ec..fb7f7aa 100644
--- a/playbooks/postgres.yml
+++ b/playbooks/postgres.yml
@@ -1,11 +1,10 @@
-- import_playbook: common.yml
- vars:
- hostlist: postgresql_servers
-
- name: configure postgresql
hosts: postgresql_servers
tags: postgres,postgresql
roles:
+ - role: common
+ tags: common
+
- role: postgresql_server
- role: archive_job