Playbook #7

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

Report Status CLI Date Duration Controller User Versions Hosts Plays Tasks Results Files Records
18 Jul 2025 20:49:11 +0000 00:02:01.40 bridge99.opendev.org root Ansible 2.15.13 ara 1.7.2 (client), 1.7.2 (server) Python 3.10.12 1 1 94 92 21 0

Task result details

  • Status
    CHANGED
  • Duration
    00:00:00.86
  • Play
    Base: configure gitea
  • Task
    gitea : Run docker-compose up gitea-ssh

Field Value
changed
True
cmd
docker-compose up -d --timeout 60 gitea-ssh
delta
0:00:00.663404
end
2025-07-18 20:51:01.344136
invocation
{
    "module_args": {
        "_raw_params": "docker-compose up -d --timeout 60 gitea-ssh",
        "_uses_shell": true,
        "argv": null,
        "chdir": "/etc/gitea-docker/",
        "creates": null,
        "executable": null,
        "removes": null,
        "stdin": null,
        "stdin_add_newline": true,
        "strip_empty_ends": true
    }
}
msg

rc
0
start
2025-07-18 20:51:00.680732
stderr
gitea-docker_mariadb_1 is up-to-date
gitea-docker_memcached_1 is up-to-date
gitea-docker_gitea-web_1 is up-to-date
Creating gitea-docker_gitea-ssh_1 ... 
Creating gitea-docker_gitea-ssh_1 ... done
stderr_lines
[
    "gitea-docker_mariadb_1 is up-to-date",
    "gitea-docker_memcached_1 is up-to-date",
    "gitea-docker_gitea-web_1 is up-to-date",
    "Creating gitea-docker_gitea-ssh_1 ... ",
    "Creating gitea-docker_gitea-ssh_1 ... done"
]
stdout

stdout_lines
[]