Ver código fonte

ovh module

master
pai
commit
6e45dc4fcf
2 arquivos alterados com 12 adições e 1 exclusões
  1. +1
    -1
      defaults/main.yaml
  2. +11
    -0
      tasks/ovh_module.yaml

+ 1
- 1
defaults/main.yaml Ver arquivo

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

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

Carregando…
Cancelar
Salvar