This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
ka
/
ansible-role-ssh_host_key
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
current
master
Markus Katharina Brechtel
7 years ago
parent
d1372e6f8c
commit
d3beabba97
2 changed files
with
5 additions
and
2 deletions
Split View
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
View File
@@ -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
View File
@@ -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…
Cancel
Save