From 62ff27b05167118c4fa9b5b6b39300041acf80da Mon Sep 17 00:00:00 2001 From: Trygve Laugstøl Date: Wed, 2 Jan 2019 10:57:04 +0100 Subject: wireguard: Adding conflatorio. dovecot: adding password management postfix-satellite: removing apt update ufw: handling missing variables. Allow ssh by default. all.yml: taking passwords for postfix-satellite from dovecot. --- .../roles/postfix-satellite/tasks/postfix-satellite.yml | 15 ++++++--------- 1 file changed, 6 insertions(+), 9 deletions(-) (limited to 'ansible/roles/postfix-satellite') diff --git a/ansible/roles/postfix-satellite/tasks/postfix-satellite.yml b/ansible/roles/postfix-satellite/tasks/postfix-satellite.yml index 5f8f02a..a92250a 100644 --- a/ansible/roles/postfix-satellite/tasks/postfix-satellite.yml +++ b/ansible/roles/postfix-satellite/tasks/postfix-satellite.yml @@ -1,15 +1,12 @@ -- name: Update apt cache - apt: - update_cache: yes - cache_valid_time: 3600 - name: Install package package: - name: "{{ item }}" + name: "{{ items }}" state: present - with_items: - - postfix - - libsasl2-modules - - swaks + vars: + items: + - postfix + - libsasl2-modules + - swaks - name: "Configure postfix: main.cf" tags: postfix-satellite-config -- cgit v1.2.3