fix yaml lint
continuous-integration/drone/push Build is failing Details

mailserver
otthorn 3 years ago
parent 9c0f7010a7
commit bb8bd718a9

@ -1,4 +1,4 @@
#! /usr/bin/env ansible-playbook
#!/usr/bin/env ansible-playbook
---
# Deploy base and security
- hosts: mail.adm.auro.re
@ -9,7 +9,7 @@
# Deploy LDAP
- hosts: mail.adm.auro.re
roles:
- ldap_client
- ldap_client
# Deploy mail server
- hosts: mail.adm.auro.re

@ -3,7 +3,6 @@
- name: Install small utility tools
apt:
name:
- swaks # Swiss Army Knife for SMTP
- mutt # small CLI mail client for debug and on-server mail
- pwgen # generate strong and cryptographically secure passwords
- swaks # Swiss Army Knife for SMTP
- mutt # small CLI mail client for debug and on-server mail
- pwgen # generate strong and cryptographically secure passwords

@ -4,12 +4,10 @@
- name: Install Postfix
apt:
name: postfix
update_cache: true # apt update beforehand
update_cache: true # apt update beforehand
- name: Configure Postfix
template:
src: main.cf.j2
dest: /etc/postfix/main.cf
notify: Restart postfix service

Loading…
Cancel
Save