This website works better with JavaScript.
首頁
探索
說明
註冊
登入
nils
/
ispmail-buster-ansible
镜像来自
http://git.workaround.org/ispmail/ispmail-buster-ansible.git
關註
1
收藏
0
複製
0
程式碼
問題管理
0
版本發佈
0
Wiki
Activity
瀏覽代碼
Merge branch 'master' of git.workaround.org:chaas/ansible-ispmail-jessie
merge-requests/1/merge
Christoph Haas
10 年之前
父節點
045eb05c84
c5007cabcd
當前提交
ea2688fcce
共有
3 個文件被更改
,包括
10 次插入
和
0 次删除
分割檢視
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
查看文件
@@ -0,0 +1,5 @@
image: williamyeh/ansible:debian8
job1:
script: "ansible-playbook ispmail.yml -l localhost"
+ 1
- 0
hosts
查看文件
@@ -1,2 +1,3 @@
default
localhost ansible_connection=local
+ 4
- 0
roles/ispmail-packages/tasks/main.yml
查看文件
@@ -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…
取消
儲存