이 웹사이트는 자바스크립트 활성화가 필요합니다.
홈
탐색
도움말
가입하기
로그인
ka
/
ansible-role-debootstrap
보기
1
좋아요
0
포크
0
코드
이슈
0
풀 리퀘스트
0
릴리즈
0
위키
활동
소스 검색
fixes
master
Markus Katharina Brechtel
4 년 전
부모
9e0ae29395
커밋
0f321759c7
4개의 변경된 파일
과
7개의 추가작업
그리고
12개의 파일을 삭제
분할 보기
Diff Options
Show Stats
Download Patch File
Download Diff File
+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
파일 보기
쓰기
미리보기
불러오는 중...
취소
저장