Advertisement
Guest User

Untitled

a guest
Sep 29th, 2016
93
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.35 KB | None | 0 0
  1. - name: Clone Ansible Elasticsearch role from Github
  2. hosts: localhost
  3. connection: local
  4. tasks:
  5. - name: check out a git repository
  6. git:
  7. repo=https://github.com/elastic/ansible-elasticsearch.git
  8. version=913e773
  9. dest=roles/ansible-elasticsearch
  10. update=yes
  11. force=yes
  12. tags: local-repo
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement