瀏覽代碼

ovh module

master
父節點
當前提交
6e45dc4fcf
共有 2 個檔案被更改,包括 12 行新增1 行删除
  1. +1
    -1
      defaults/main.yaml
  2. +11
    -0
      tasks/ovh_module.yaml

+ 1
- 1
defaults/main.yaml 查看文件

@@ -1,4 +1,4 @@
ansible_use_ara: false
ansible_use_mitogen: true
ansible_with_ovh_module: true
ansible_with_ovh_module: false
ansible_use_ssh_pipelining: true

+ 11
- 0
tasks/ovh_module.yaml 查看文件

@@ -0,0 +1,11 @@
---

- name: python ovh client
pip:
name: ovh

- name: ansible ovh module
git:
repo: https://github.com/cornelius-keller/ansible-ovh.git
version: master
dest: /usr/share/ansible/modules/ovh/

Loading…
取消
儲存