Il sito funziona meglio con JavaScript.
Home
Esplora
Aiuto
Registrati
Accedi
ka
/
ansible-role-ansible
Segui
1
Vota
0
Forka
0
Codice
Problemi
0
Pull Requests
0
Rilasci
0
Wiki
Attività
Sfoglia il codice sorgente
ovh module
master
Markus Katharina Brechtel
7 anni fa
parent
00e9fb6c9c
commit
c64a4983d3
2 ha cambiato i file
con
19 aggiunte
e
0 eliminazioni
Visualizzazione separata
Diff Options
Show Stats
Download Patch File
Download Diff File
+2
-0
tasks/main.yml
+17
-0
tasks/ovh_module.yml
+ 2
- 0
tasks/main.yml
Vedi File
@@ -3,3 +3,5 @@
- include: setup_Debian.yml
- include: connection_plugin_lxc_ssh.yml
- include: ovh_module.yml
+ 17
- 0
tasks/ovh_module.yml
Vedi File
@@ -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/
Write
Preview
Loading…
Annulla
Salva