Explorar el Código

ovh module

master
padre
commit
6e45dc4fcf
Se han modificado 2 ficheros con 12 adiciones y 1 borrados
  1. +1
    -1
      defaults/main.yaml
  2. +11
    -0
      tasks/ovh_module.yaml

+ 1
- 1
defaults/main.yaml Ver fichero

@@ -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 Ver fichero

@@ -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/

Cargando…
Cancelar
Guardar