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
27 Oct 2025 20:25:10 +0000 00:01:26.35 bridge99.opendev.org root Ansible 2.15.13 ara 1.7.3 (client), 1.7.3 (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.058515
end
2025-10-27 20:26:18.286491
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-10-27 20:26:18.227976
stderr
# localhost:222 SSH-2.0-OpenSSH_9.2p1 Debian-2+deb12u7
stderr_lines
[
    "# localhost:222 SSH-2.0-OpenSSH_9.2p1 Debian-2+deb12u7"
]
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:orqV9RBoJpM+vSVlNl6MHE3+A8mCxSGTxXangI6TCC0 giteagerrittest
The key's randomart image is:
+--[ED25519 256]--+
| .  o*=+.        |
|E ..oB=*o..      |
|.o++=.XoBo       |
|..+*.= =.o       |
|  o.o * S o      |
|   . B +   .     |
|    =   .        |
|   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:orqV9RBoJpM+vSVlNl6MHE3+A8mCxSGTxXangI6TCC0 giteagerrittest",
    "The key's randomart image is:",
    "+--[ED25519 256]--+",
    "| .  o*=+.        |",
    "|E ..oB=*o..      |",
    "|.o++=.XoBo       |",
    "|..+*.= =.o       |",
    "|  o.o * S o      |",
    "|   . B +   .     |",
    "|    =   .        |",
    "|   o             |",
    "|  o.             |",
    "+----[SHA256]-----+"
]