Explorar el Código

ovh module

master
padre
commit
c64a4983d3
Se han modificado 2 ficheros con 19 adiciones y 0 borrados
  1. +2
    -0
      tasks/main.yml
  2. +17
    -0
      tasks/ovh_module.yml

+ 2
- 0
tasks/main.yml Ver fichero

@@ -3,3 +3,5 @@
- include: setup_Debian.yml

- include: connection_plugin_lxc_ssh.yml

- include: ovh_module.yml

+ 17
- 0
tasks/ovh_module.yml Ver fichero

@@ -0,0 +1,17 @@
---

- name: debian packages
apt:
pkg: "{{item}}"
with_items:
- python-pip

- 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