You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

17 line
256 B

  1. image: debian:8
  2. services:
  3. - ansible
  4. #before_script:
  5. # - apt-get update -qy
  6. # - apt-get install -y python-dev python-pip
  7. # - pip install ansible
  8. variables:
  9. HOSTNAME: default.example.org
  10. job1:
  11. script: "ansible-playbook ispmail.yml"