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
Yet...
merge-requests/1/merge
Christoph Haas
10 years ago
parent
07d2c56b80
commit
b511a2e39a
1 changed files
with
10 additions
and
4 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+10
-4
.gitlab-ci.yml
+ 10
- 4
.gitlab-ci.yml
View File
@@ -1,9 +1,15 @@
image: debian:8
before_script:
- apt-get update -qy
- apt-get install -y python-dev python-pip
- pip install ansible
services:
- ansible
#before_script:
# - apt-get update -qy
# - apt-get install -y python-dev python-pip
# - pip install ansible
variables:
HOSTNAME: default.example.org
job1:
script: "ansible-playbook ispmail.yml"
Write
Preview
Loading…
Cancel
Save