From 6e45dc4fcf6cffb20a384c1bfbf5ab6640f4bfc2 Mon Sep 17 00:00:00 2001 From: Markus Katharina Brechtel Date: Sat, 18 May 2019 12:20:12 +0000 Subject: [PATCH] ovh module --- defaults/main.yaml | 2 +- tasks/ovh_module.yaml | 11 +++++++++++ 2 files changed, 12 insertions(+), 1 deletion(-) create mode 100644 tasks/ovh_module.yaml diff --git a/defaults/main.yaml b/defaults/main.yaml index 778d87c..c9a2ab2 100644 --- a/defaults/main.yaml +++ b/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 diff --git a/tasks/ovh_module.yaml b/tasks/ovh_module.yaml new file mode 100644 index 0000000..f79485a --- /dev/null +++ b/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/