This website works better with JavaScript.
首頁
探索
說明
註冊
登入
ka
/
ansible-role-ssh_host_key
關註
1
收藏
0
複製
0
程式碼
問題管理
0
合併請求
0
版本發佈
0
Wiki
Activity
瀏覽代碼
current
master
Markus Katharina Brechtel
7 年之前
父節點
d1372e6f8c
當前提交
d3beabba97
共有
2 個文件被更改
,包括
5 次插入
和
2 次删除
分割檢視
Diff Options
Show Stats
Download Patch File
Download Diff File
+4
-1
tasks/main.yml
+1
-1
vars/main.yml
+ 4
- 1
tasks/main.yml
查看文件
@@ -5,7 +5,10 @@
ssh_host_key_state is defined and
ssh_host_key_state == 'scanned'
#- include: setup.yml
- include: setup.yml
when:
ssh_host_key_state is defined and
ssh_host_key_state == 'setup'
- include: fetch.yml
when:
+ 1
- 1
vars/main.yml
查看文件
@@ -1,4 +1,4 @@
_ssh_key_type:
ed25519: ssh-ed25519
_ssh_host_key:
ed25519: "{{ ssh_host_key_ed25519_public | default(undefined) }}"
ed25519: "{{ ssh_host_key_ed25519_public | default(undefined) }}"
Write
Preview
Loading…
取消
儲存