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

ovh_module.yaml 232B

5 年前
4 年前
5 年前
123456789101112
  1. ---
  2. - name: python ovh client
  3. pip:
  4. name: ovh
  5. executable: pip3
  6. - name: ansible ovh module
  7. git:
  8. repo: https://github.com/cornelius-keller/ansible-ovh.git
  9. version: master
  10. dest: /usr/share/ansible/modules/ovh/