이 웹사이트는 자바스크립트 활성화가 필요합니다.
홈
탐색
도움말
가입하기
로그인
ka
/
ansible-role-buildbot
보기
1
좋아요
0
포크
0
코드
이슈
0
풀 리퀘스트
0
릴리즈
0
위키
활동
소스 검색
local facts with role_name
covid-videoplattform
Markus Katharina Brechtel
4 년 전
부모
5f788b10ef
커밋
025bc79af0
2개의 변경된 파일
과
1개의 추가작업
그리고
3개의 파일을 삭제
분할 보기
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
tasks/local_facts.yaml
+0
-2
vars/main.yaml
+ 1
- 1
tasks/local_facts.yaml
파일 보기
@@ -8,7 +8,7 @@
- name: set ansible local fact
copy:
content: "{{_local_facts|to_json}}"
dest: /etc/ansible/facts.d/{{
_local_facts
_name}}.fact
dest: /etc/ansible/facts.d/{{
role
_name}}.fact
register: _local_facts_set
- name: Gathering Facts
+ 0
- 2
vars/main.yaml
파일 보기
@@ -1,6 +1,4 @@
---
_local_facts_name: buildbot
_local_facts:
database_password: "{% if not ansible_local.buildbot.database_password is defined %}{{ lookup('password', '/dev/null length=16 chars=ascii_letters') }}{% else %}{{ ansible_local.buildbot.database_password }}{% endif %}"
쓰기
미리보기
불러오는 중...
취소
저장