commit 9c5c7dbb5343c95be82fd8ffba104f1f410dc44f
Author: Nicolas Chauvet <kwizart(a)gmail.com>
Date: Wed Nov 23 21:02:37 2016 +0100
Update mailman playbook
playbooks/groups/mailman.yml | 7 ++-----
1 files changed, 2 insertions(+), 5 deletions(-)
---
diff --git a/playbooks/groups/mailman.yml b/playbooks/groups/mailman.yml
index 46a1cc8..28ed2c2 100644
--- a/playbooks/groups/mailman.yml
+++ b/playbooks/groups/mailman.yml
@@ -22,8 +22,6 @@
- fas_client
- collectd/base
- sudo
- - { role: openvpn/client,
- when: env != "staging" }
- apache
tasks:
@@ -42,7 +40,7 @@
#
- name: prepare setting up the database
- hosts:
db01.stg.rpmfusion.org:db01.rpmfusion.org
+ hosts: mailman-db-stg:mailman-db
gather_facts: no
user: root
@@ -53,7 +51,7 @@
- packages
- name: setup the database
- hosts:
db01.stg.rpmfusion.org:db01.rpmfusion.org
+ hosts: mailman-db-stg:mailman-db
gather_facts: no
become: yes
become_user: postgres
@@ -116,7 +114,6 @@
- httpd
- mailman3
- postfix
- when: inventory_hostname.startswith('mailman01.online') or
inventory_hostname.startswith('lists-dev')
handlers:
- include: "{{ handlers }}/restart_services.yml"