Advertisement
Guest User

Untitled

a guest
Feb 20th, 2019
112
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.28 KB | None | 0 0
  1. resources:
  2. - name: <our_res_name>
  3. type: git
  4. check_every: 5m
  5. source:
  6. username: ((landscape_git_user))
  7. password: ((landscape_git_password))
  8. skip_ssl_verification: true
  9. branch: ((landscape_git_branch))
  10. private_key: ((landscape_git_pkey))
  11. ignore_paths: [ state/* ]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement