summaryrefslogtreecommitdiff
path: root/baserock_mail/image-config.yml
diff options
context:
space:
mode:
Diffstat (limited to 'baserock_mail/image-config.yml')
-rw-r--r--baserock_mail/image-config.yml22
1 files changed, 0 insertions, 22 deletions
diff --git a/baserock_mail/image-config.yml b/baserock_mail/image-config.yml
deleted file mode 100644
index 8d65b4f7..00000000
--- a/baserock_mail/image-config.yml
+++ /dev/null
@@ -1,22 +0,0 @@
-# System configuration for Baserock mail relay.
-#
-# This Ansible playbook expects to be run on a Fedora 23 Cloud image.
----
-- hosts: mail
- gather_facts: false
- sudo: yes
- tasks:
- # See: https://fedoramagazine.org/getting-ansible-working-fedora-23/
- - name: install Python2 and required deps for Ansible modules
- raw: dnf install -y python2 python2-dnf libselinux-python
-
- - name: enable persistant journal
- shell: mkdir /var/log/journal
- args:
- creates: /var/log/journal
-
- - name: ensure system up to date
- dnf: name=* state=latest
-
- - name: exim4 installation
- dnf: name=exim state=installed