Ver código fonte

Merge branch 'master' of git.workaround.org:chaas/ansible-ispmail-jessie

merge-requests/1/merge
Christoph Haas 10 anos atrás
pai
commit
ea2688fcce
3 arquivos alterados com 10 adições e 0 exclusões
  1. +5
    -0
      .gitlab-ci.yml
  2. +1
    -0
      hosts
  3. +4
    -0
      roles/ispmail-packages/tasks/main.yml

+ 5
- 0
.gitlab-ci.yml Ver arquivo

@@ -0,0 +1,5 @@
image: williamyeh/ansible:debian8

job1:
script: "ansible-playbook ispmail.yml -l localhost"


+ 1
- 0
hosts Ver arquivo

@@ -1,2 +1,3 @@
default
localhost ansible_connection=local


+ 4
- 0
roles/ispmail-packages/tasks/main.yml Ver arquivo

@@ -15,6 +15,7 @@
- spamass-milter
- spamassassin
- pwgen
- patch
- name: purge Exim installation
apt: name={{item}} state=absent purge=yes
with_items:
@@ -23,3 +24,6 @@
- exim4-config
- exim4-daemon-light

- name: make sure mysql-server is started
service: name=mysql enabled=yes state=started


Carregando…
Cancelar
Salvar