{"id":21321704,"url":"https://github.com/imrein/ansible-automation","last_synced_at":"2026-01-30T11:19:17.425Z","repository":{"id":263692161,"uuid":"891196512","full_name":"imrein/ansible-automation","owner":"imrein","description":"Role to setup automation tools (jenkins \u0026 gitea). ","archived":false,"fork":false,"pushed_at":"2024-11-19T23:11:36.000Z","size":8,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-01-22T11:47:44.111Z","etag":null,"topics":["ansible","ansible-role","gitea","jenkins","role"],"latest_commit_sha":null,"homepage":"","language":"Jinja","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/imrein.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-11-19T22:37:50.000Z","updated_at":"2024-12-30T22:31:00.000Z","dependencies_parsed_at":"2024-11-19T23:40:09.711Z","dependency_job_id":null,"html_url":"https://github.com/imrein/ansible-automation","commit_stats":null,"previous_names":["imrein/ansible-automation"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/imrein%2Fansible-automation","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/imrein%2Fansible-automation/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/imrein%2Fansible-automation/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/imrein%2Fansible-automation/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/imrein","download_url":"https://codeload.github.com/imrein/ansible-automation/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243801611,"owners_count":20350106,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["ansible","ansible-role","gitea","jenkins","role"],"created_at":"2024-11-21T20:08:42.545Z","updated_at":"2026-01-30T11:19:12.401Z","avatar_url":"https://github.com/imrein.png","language":"Jinja","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Automation ansible setup\n\n\u003cp align=\"center\"\u003e\n\u003cimg src=\"https://ansible.readthedocs.io/projects/ansible-core/devel/_static/images/Ansible-Mark-RGB_White.png\" width=100\u003e\n\u0026nbsp;\n\u003cimg src=\"https://www.jenkins.io/images/logos/jenkins/jenkins.svg\" width=75\u003e\n\u0026nbsp;\n\u003cimg src=\"https://gitea.com/assets/img/logo.svg\" width=100\u003e\n\u003c/p\u003e\n\n## Overview\n\nRole to setup an \"automation\" server. This stack is modular and comes with:\n\n- Jenkins\n- Gitea (using MariaDB database)\n\n## Requirements\n\nA machine with an SSH connection.\n\n## Role Variables\n\nThe variables are defined in `defaults/main.yml`. These should be configured as needed:\n\n| Variable | Default | Info |\n| :------- | :------ | :--- |\n| `jenkins_install`               | `true`           | Should Jenkins be installed?                      |\n| `jenkins_user`                  | `jenkins`        | User for Jenkins installation                     |\n| ---      |         |      |\n| `gitea_install`                 | `true`           | Should Gitea be installed?                        |\n| `gitea_db_name`                 | `gitea`          | Gitea database name                               |\n| `gitea_db_user`                 | `git`            | Gitea database user                               |\n| `gitea_db_pass`                 | `git`            | Gitea database password                           |\n| `gitea_package_type`            | `linux-amd64`    | Gitea architecture package type                   |\n| `lfs_jwt_secret`                | `xxx`            | Gitea lfs_jwt_secret                              |\n| `jwt_secret`                    | `xyz`            | Gitea jwt_secret                                  |\n| `internal_token`                | `zyx`            | Gitea internal token                              |\n\n## Example playbook\n\n```yml\n---\n- name: test playbook\n  hosts: general\n\n  roles:\n  - role: ansible-automation\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fimrein%2Fansible-automation","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fimrein%2Fansible-automation","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fimrein%2Fansible-automation/lists"}