您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符
 
 
 
 
 
 

17 行
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"