このサイトはJavaScriptを使用しています
ホーム
エクスプローラー
ヘルプ
登録
サインイン
ka
/
ansible-role-debootstrap
ウォッチ
1
スター
0
フォーク
0
コード
課題
0
プルリクエスト
0
リリース
0
Wiki
アクティビティ
ソースを参照
fixes
master
Markus Katharina Brechtel
4年前
親
9e0ae29395
コミット
0f321759c7
4個のファイルの変更
、
7行の追加
、
12行の削除
分割表示
差分オプション
統計情報を表示
Patchファイルをダウンロード
Diffファイルをダウンロード
+0
-7
tasks/debian.yml
+1
-5
tasks/main.yaml
+6
-0
tasks/setup_Debian.yaml
+0
-0
tasks/setup_Gentoo.yaml
+ 0
- 7
tasks/debian.yml
ファイルの表示
@@ -1,7 +0,0 @@
---
- name: debian packages installed
apt:
pkg: "{{item}}"
with_items:
- debootstrap
tasks/main.yml → tasks/main.yaml
ファイルの表示
@@ -1,10 +1,6 @@
---
- include: debian.yml
when: ansible_os_family == "Debian"
- include: gentoo.yml
when: ansible_os_family == "Gentoo"
- include: setup_{{ansible_os_family}}.yaml
#- name: debootstrap download
# command:
+ 6
- 0
tasks/setup_Debian.yaml
ファイルの表示
@@ -0,0 +1,6 @@
---
- name: debian packages installed
apt:
pkg:
- debootstrap
tasks/gentoo.yml → tasks/setup_Gentoo.yaml
ファイルの表示
書き込み
プレビュー
読み込み中…
キャンセル
保存