Advertisement
Guest User

Untitled

a guest
Feb 14th, 2020
128
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.28 KB | None | 0 0
  1. # Restart the Docker app on GO Prod
  2. - hosts: [GO_PROD]
  3. any_errors_fatal: true
  4. gather_facts: false
  5. become: true
  6. tasks:
  7.  
  8. - name: Start Docker on GO Prod
  9. command: /root/bin/captain kcli start
  10. prompt: Passphrase
  11. responses:
  12. no_log: true
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement