1
0
Fork 0

Remove commented testing code

We are going to use molecule for this.
This commit is contained in:
Daniele Tricoli 2021-09-11 04:21:54 +02:00
parent eb477f3e80
commit d1bc80eacc
1 changed files with 0 additions and 13 deletions

View File

@ -49,18 +49,5 @@
line: "X11Forwarding no"
notify: systemctl restart sshd
# TODO: make an ansible module to perform knocking.
# - name: flush handlers
# meta: flush_handlers
# - name: check that openssh-server is listening
# wait_for:
# host: "{{ inventory_hostname }}"
# port: "{{ sshd_port }}"
# timeout: 5
# search_regex: OpenSSH
# delay: 2
# delegate_to: localhost
become: "{{ sshd_become }}"
become_user: "{{ sshd_become_user }}"