Skip to content

Latest commit

 

History

History
19 lines (16 loc) · 408 Bytes

README.md

File metadata and controls

19 lines (16 loc) · 408 Bytes

SSH Fallback Port

Allows to define a fallback SSH port, in case our playbook is for example reconfiguring the SSH server.

ansible-galaxy install blackandred.server_ssh_fallback_port

Example usage:

- hosts: all
  gather_facts: no
  remote_user: root
  roles:
      - name: blackandred.server_ssh_fallback_port
        vars:
            fallback_ssh_port: "6420"