diff --git a/roles/matrix-awx/tasks/rotate_ssh.yml b/roles/matrix-awx/tasks/rotate_ssh.yml index 59f32106..8383e81e 100644 --- a/roles/matrix-awx/tasks/rotate_ssh.yml +++ b/roles/matrix-awx/tasks/rotate_ssh.yml @@ -1,12 +1,4 @@ -#- name: Update authorized_keys with new client public key -# #delegate_to: "matrix.{{ id_array.0 }}" -# delegate_to: "{{ id_array.0 }}" -# shell: | -# cp /root/.ssh/authorized_keys /root/.ssh/authorized_keys.backup \ -# && truncate -s 0 /root/.ssh/authorized_keys \ -# && echo "{{ new_ssh_public_key }}" >> /root/.ssh/authorized_keys - - name: Set the new authorized key taken from file authorized_key: user: root