requirements.yml 429 B

1234567891011121314
  1. # from galaxy
  2. - rvm_io.ruby
  3. #########################################################
  4. # Examples of other things to add
  5. #
  6. # Using SSH and a branch checks out to roles/mybranch
  7. # - src: git+ssh://git@github.com/myorg/shared-ansible
  8. # version: mybranch
  9. # name: mybranch
  10. # Grabbing a module directly from github
  11. # - src: https://github.com/shokunin/ansible-supervisor
  12. #########################################################