Advertisement
Guest User

Untitled

a guest
Mar 19th, 2019
72
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.39 KB | None | 0 0
  1. - hosts: sandbox
  2. tasks:
  3. - name: test
  4. docker_service:
  5. project_name: sample
  6. definition:
  7. version: "3"
  8. services:
  9. mongo:
  10. restart: unless-stopped
  11. image: mongo:3.6
  12.  
  13. ansible-playbook test.yml -i hosts
  14.  
  15. - hosts: sandbox
  16. tasks:
  17. - name: test
  18. docker_service:
  19. project_name: sample
  20. restarted: yes
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement