Advertisement
k3NGuru

Untitled

Jan 25th, 2022
1,279
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
YAML 0.20 KB | None | 0 0
  1. - name: Test job
  2.   hosts: ["test","prod","stage"]
  3.   gather_facts: no
  4.   serial: 7
  5.   strategy: free
  6.   ignore_errors: True
  7.   tasks:
  8.     - name: Ping GitLab
  9.       shell:
  10.         cmd: ping ya.ru -c 5
  11.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement