Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
infra
ansible-shared
samba
Commits
e74f22d2
Commit
e74f22d2
authored
Nov 02, 2021
by
Ciarán McKenna
Browse files
Fix ansible syntax
parent
b97ba76e
Pipeline
#3469
failed with stage
in 29 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
ad-server-replication/tasks/main.yml
View file @
e74f22d2
...
...
@@ -127,14 +127,14 @@
-
ad-server
-
name
:
ensure that replication ssh private key exists
openssh_keypair
:
community.crypto.
openssh_keypair
:
path
:
/root/.ssh/id_replication
type
:
ed25519
delegate_to
:
"
{{
ad_primary
}}"
register
:
replication_keypair
-
name
:
ensure that replication ssh pubkey is in authorized_keys
authorized_key
:
ansible.posix.
authorized_key
:
user
:
root
state
:
present
key
:
"
{{
replication_keypair.public_key
}}"
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment