Playbook #11

/home/zuul/src/opendev.org/opendev/system-config/playbooks/test-gitea.yaml

Report Status CLI Date Duration Controller User Versions Hosts Plays Tasks Results Files Records
18 Jul 2025 21:16:43 +0000 00:01:03.73 bridge99.opendev.org root Ansible 2.15.13 ara 1.7.2 (client), 1.7.2 (server) Python 3.10.12 1 11 26 26 15 0

Task result details


Field Value
changed
True
cmd
ssh-keyscan -t rsa -p 222 localhost >> /home/zuul/.ssh/known_hosts
ssh-keygen -t ed25519 -f /home/zuul/.ssh/id_ed25519 -C giteagerrittest -P ''
delta
0:00:00.044547
end
2025-07-18 21:17:32.903267
invocation
{
    "module_args": {
        "_raw_params": "ssh-keyscan -t rsa -p 222 localhost >> /home/zuul/.ssh/known_hosts\nssh-keygen -t ed25519 -f /home/zuul/.ssh/id_ed25519 -C giteagerrittest -P ''\n",
        "_uses_shell": true,
        "argv": null,
        "chdir": null,
        "creates": null,
        "executable": null,
        "removes": null,
        "stdin": null,
        "stdin_add_newline": true,
        "strip_empty_ends": true
    }
}
msg

rc
0
start
2025-07-18 21:17:32.858720
stderr
# localhost:222 SSH-2.0-OpenSSH_9.2p1 Debian-2+deb12u6
stderr_lines
[
    "# localhost:222 SSH-2.0-OpenSSH_9.2p1 Debian-2+deb12u6"
]
stdout
Generating public/private ed25519 key pair.
Your identification has been saved in /home/zuul/.ssh/id_ed25519
Your public key has been saved in /home/zuul/.ssh/id_ed25519.pub
The key fingerprint is:
SHA256:37uEuEK7FNGq/78sNhAm/Hh3ZCDWljRExqsIEh2J2EI giteagerrittest
The key's randomart image is:
+--[ED25519 256]--+
|oE.o   **.       |
|= +   oo*.       |
| o . ..o.o       |
|. . o oo. o      |
| . . *ooSo       |
|    o.*..o.o     |
|    .o.+..o o    |
|     oo +o . .   |
|      o=o++.o.   |
+----[SHA256]-----+
stdout_lines
[
    "Generating public/private ed25519 key pair.",
    "Your identification has been saved in /home/zuul/.ssh/id_ed25519",
    "Your public key has been saved in /home/zuul/.ssh/id_ed25519.pub",
    "The key fingerprint is:",
    "SHA256:37uEuEK7FNGq/78sNhAm/Hh3ZCDWljRExqsIEh2J2EI giteagerrittest",
    "The key's randomart image is:",
    "+--[ED25519 256]--+",
    "|oE.o   **.       |",
    "|= +   oo*.       |",
    "| o . ..o.o       |",
    "|. . o oo. o      |",
    "| . . *ooSo       |",
    "|    o.*..o.o     |",
    "|    .o.+..o o    |",
    "|     oo +o . .   |",
    "|      o=o++.o.   |",
    "+----[SHA256]-----+"
]