25개 이상의 토픽을 선택하실 수 없습니다. Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

13 lines
212 B

  1. image: williamyeh/ansible:debian8
  2. before_script:
  3. - apt-get update
  4. - apt-get -y install patch
  5. variables:
  6. HOSTNAME: default.example.org
  7. job1:
  8. script: "ansible-playbook ispmail.yml -l localhost"