This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
nils
/
ispmail-buster-ansible
mirror of
http://git.workaround.org/ispmail/ispmail-buster-ansible.git
Watch
1
Star
0
Fork
0
Code
Issues
0
Releases
0
Wiki
Activity
Browse Source
Merge branch 'master' of git.workaround.org:chaas/ansible-ispmail-jessie
merge-requests/1/merge
Christoph Haas
10 years ago
parent
045eb05c84
c5007cabcd
commit
ea2688fcce
3 changed files
with
10 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+5
-0
.gitlab-ci.yml
+1
-0
hosts
+4
-0
roles/ispmail-packages/tasks/main.yml
+ 5
- 0
.gitlab-ci.yml
View File
@@ -0,0 +1,5 @@
image: williamyeh/ansible:debian8
job1:
script: "ansible-playbook ispmail.yml -l localhost"
+ 1
- 0
hosts
View File
@@ -1,2 +1,3 @@
default
localhost ansible_connection=local
+ 4
- 0
roles/ispmail-packages/tasks/main.yml
View File
@@ -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
Write
Preview
Loading…
Cancel
Save