您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符

18 行
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/