Browse Source

ovh module

master
parent
commit
6e45dc4fcf
2 changed files with 12 additions and 1 deletions
  1. +1
    -1
      defaults/main.yaml
  2. +11
    -0
      tasks/ovh_module.yaml

+ 1
- 1
defaults/main.yaml View File

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

+ 11
- 0
tasks/ovh_module.yaml View File

@@ -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…
Cancel
Save