You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

18 line
294B

  1. ---
  2. - name: debian packages
  3. apt:
  4. pkg: "{{item}}"
  5. with_items:
  6. - python-pip
  7. - name: python ovh client
  8. pip:
  9. name: ovh
  10. - name: ansible ovh module
  11. git:
  12. repo: https://github.com/cornelius-keller/ansible-ovh.git
  13. version: master
  14. dest: /usr/share/ansible/modules/ovh/