Nie możesz wybrać więcej, niż 25 tematów
Tematy muszą się zaczynać od litery lub cyfry, mogą zawierać myślniki ('-') i mogą mieć do 35 znaków.
|
- ---
-
- - name: delete ssh host keys
- file:
- path: "{{item}}"
- state: absent
- with_fileglob:
- - /etc/ssh/ssh_host_*
-
- - name: reconfigure ssh server
- shell: dpkg-reconfigure openssh-server
|