This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
ka
/
ansible-role-ansible
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
ovh module
master
Markus Katharina Brechtel
5 years ago
parent
c7529bca10
commit
6e45dc4fcf
2 changed files
with
12 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
defaults/main.yaml
+11
-0
tasks/ovh_module.yaml
+ 1
- 1
defaults/main.yaml
View File
@@ -1,4 +1,4 @@
ansible_use_ara: false
ansible_use_mitogen: true
ansible_with_ovh_module:
tru
e
ansible_with_ovh_module:
fals
e
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/
Write
Preview
Loading…
Cancel
Save