Fix replication ssh key
1 unresolved thread
1 unresolved thread
Two new ansible tasks, free of charge, just for you!
Merge request reports
Activity
requested review from @robin
assigned to @ciaran
126 126 tags: 127 127 - ad-server 128 128 129 - name: ensure that replication ssh private key exists 130 community.crypto.openssh_keypair: 131 path: /root/.ssh/id_replication 132 type: ed25519 133 delegate_to: "{{ ad_primary }}" 134 register: replication_keypair 135 136 - name: ensure that replication ssh pubkey is in authorized_keys 137 ansible.posix.authorized_key:
Please register or sign in to reply