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
delete ssh keys with file modules
master
Markus Katharina Brechtel
7 anni fa
parent
5b78429d3c
commit
fd6fd0e191
1 ha cambiato i file
con
5 aggiunte
e
1 eliminazioni
Visualizzazione separata
Diff Options
Show Stats
Download Patch File
Download Diff File
+5
-1
tasks/regenerate.yml
+ 5
- 1
tasks/regenerate.yml
Vedi File
@@ -1,7 +1,11 @@
---
- name: delete ssh host keys
shell: rm /etc/ssh/ssh_host_*
file:
path: "{{item}}"
state: absent
with_fileglob:
- /etc/ssh/ssh_host_*
register: _ssh_host_keys_delete
- name: reconfigure ssh server
Write
Preview
Loading…
Annulla
Salva