--- - name: Debian SSH key rotation hosts: debian_servers become: true gather_facts: false roles: - role: debian_ssh_key_rotation tags: [ssh, ssh_keys, rotation]