Skip to content
Snippets Groups Projects

Fix replication ssh key

Open Ciarán McKenna requested to merge fix-samba-replication into master
1 unresolved thread

Two new ansible tasks, free of charge, just for you!

Merge request reports

Pipeline #3469 failed

Pipeline failed for e74f22d2 on fix-samba-replication

Requires 1 approval from eligible users.
Merge blocked: 2 checks failed
All required approvals must be given.
Pipeline must succeed.

Merge details

  • The source branch is 17 commits behind the target branch.
  • 2 commits and 1 merge commit will be added to master.
  • Source branch will be deleted.

Activity

Filter activity
  • Approvals
  • Assignees & reviewers
  • Comments (from bots)
  • Comments (from users)
  • Commits & branches
  • Edits
  • Labels
  • Lock status
  • Mentions
  • Merge request status
  • Tracking
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:
  • Schau mal in common/ssh-server wie wir dort die authorized_keysverwalten. Das geht davon aus, dass es allein dafür zuständig ist und entsprechend würde das hier wieder überschrieben werden.

  • Please register or sign in to reply
Please register or sign in to reply
Loading