이 웹사이트는 자바스크립트 활성화가 필요합니다.
홈
탐색
도움말
가입하기
로그인
ka
/
ansible-role-network_interfaces
보기
1
좋아요
0
포크
0
코드
이슈
0
풀 리퀘스트
0
릴리즈
0
위키
활동
소스 검색
include content of old role network
netifs
Markus Katharina Brechtel
7 년 전
부모
aef5e034e8
커밋
e760a5d803
2개의 변경된 파일
과
15개의 추가작업
그리고
0개의 파일을 삭제
분할 보기
Diff Options
Show Stats
Download Patch File
Download Diff File
+3
-0
tasks/main.yml
+12
-0
tasks/setup.yml
+ 3
- 0
tasks/main.yml
파일 보기
@@ -1,5 +1,8 @@
---
- include: setup.yml
when: not root_target_directory is defined
- name: /etc/network directory
file:
path: "{{ root_target_directory | default('') }}/etc/network"
+ 12
- 0
tasks/setup.yml
파일 보기
@@ -0,0 +1,12 @@
---
- name: install resolvconf
apt:
name: resolvconf
# remove rdnssd, which generates problems, see https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=740998
- name: uninstall rdnssd
apt:
name: rdnssd
state: absent
when:
쓰기
미리보기
불러오는 중...
취소
저장