This website works better with JavaScript.
首頁
探索
說明
註冊
登入
ka
/
ansible-role-ansible
關註
1
收藏
0
複製
0
程式碼
問題管理
0
合併請求
0
版本發佈
0
Wiki
Activity
瀏覽代碼
remove ovh module
master
Markus Katharina Brechtel
6 年之前
父節點
024e18c10a
當前提交
f33cb1dd95
共有
3 個文件被更改
,包括
5 次插入
和
14 次删除
分割檢視
Diff Options
Show Stats
Download Patch File
Download Diff File
+5
-0
tasks/cleanup.yaml
+0
-3
tasks/main.yaml
+0
-11
tasks/ovh_module.yaml
+ 5
- 0
tasks/cleanup.yaml
查看文件
@@ -27,3 +27,8 @@
name: mitogen
state: absent
when: not ansible_use_mitogen
- name: cleanup ansible ovh module
file:
path: /usr/share/ansible/modules/ovh/
state: absent
+ 0
- 3
tasks/main.yaml
查看文件
@@ -10,9 +10,6 @@
- include_tasks: ara.yaml
when: ansible_use_ara
- include_tasks: ovh_module.yaml
when: ansible_with_ovh_module
- import_tasks: config.yaml
- import_tasks: cleanup.yaml
+ 0
- 11
tasks/ovh_module.yaml
查看文件
@@ -1,11 +0,0 @@
---
- 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…
取消
儲存