Il sito funziona meglio con JavaScript.
Home
Esplora
Aiuto
Registrati
Accedi
ka
/
ansible-role-ssh_host_key
Segui
1
Vota
0
Forka
0
Codice
Problemi
0
Pull Requests
0
Rilasci
0
Wiki
Attività
Sfoglia il codice sorgente
current
master
Markus Katharina Brechtel
8 anni fa
parent
d1372e6f8c
commit
d3beabba97
2 ha cambiato i file
con
5 aggiunte
e
2 eliminazioni
Visualizzazione separata
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
Vedi 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
Vedi 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…
Annulla
Salva