このサイトはJavaScriptを使用しています
ホーム
エクスプローラー
ヘルプ
登録
サインイン
ka
/
ansible-role-ansible
ウォッチ
1
スター
0
フォーク
0
コード
課題
0
プルリクエスト
0
リリース
0
Wiki
アクティビティ
ソースを参照
current
master
Markus Katharina Brechtel
7年前
コミット
513ca2a3ec
3個のファイルの変更
、
16行の追加
、
0行の削除
分割表示
差分オプション
統計情報を表示
Patchファイルをダウンロード
Diffファイルをダウンロード
+0
-0
files/apt-preferences
+3
-0
tasks/main.yml
+13
-0
tasks/setup_Debian.yml
+ 0
- 0
files/apt-preferences
ファイルの表示
+ 3
- 0
tasks/main.yml
ファイルの表示
@@ -0,0 +1,3 @@
---
- include: setup_Debian.yml
+ 13
- 0
tasks/setup_Debian.yml
ファイルの表示
@@ -0,0 +1,13 @@
---
- name: apt preferences
copy:
src: apt-preferences
dest: /etc/apt/preferences.d/ansible
- name: apt packages installed
apt:
pkg: "{{item}}"
state: present
with_items:
- ansible
書き込み
プレビュー
読み込み中…
キャンセル
保存