選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。
 
 
 
 
 
 

11 行
170 B

  1. image: debian:8
  2. before_script:
  3. - apt-get update -qy
  4. - apt-get install -y python-pip
  5. - pip install ansible
  6. job1:
  7. script: "ansible-playbook ispmail.yml"