{"id":18672531,"url":"https://github.com/dimmaryanto93/ansible-role-gitlab","last_synced_at":"2026-05-02T02:32:30.366Z","repository":{"id":107984496,"uuid":"427822517","full_name":"dimMaryanto93/ansible-role-gitlab","owner":"dimMaryanto93","description":"Ansible role for Install gitlab","archived":false,"fork":false,"pushed_at":"2024-10-14T03:10:06.000Z","size":20,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2024-12-27T19:41:56.147Z","etag":null,"topics":["ansible","gitlab"],"latest_commit_sha":null,"homepage":"https://galaxy.ansible.com/dimmaryanto93/gitlab","language":null,"has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/dimMaryanto93.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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":"2021-11-14T02:51:19.000Z","updated_at":"2024-10-14T03:10:10.000Z","dependencies_parsed_at":"2024-03-27T05:23:10.536Z","dependency_job_id":"064db97d-8bc3-4775-9ca7-50897a9dce33","html_url":"https://github.com/dimMaryanto93/ansible-role-gitlab","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dimMaryanto93%2Fansible-role-gitlab","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dimMaryanto93%2Fansible-role-gitlab/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dimMaryanto93%2Fansible-role-gitlab/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dimMaryanto93%2Fansible-role-gitlab/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/dimMaryanto93","download_url":"https://codeload.github.com/dimMaryanto93/ansible-role-gitlab/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":239513379,"owners_count":19651322,"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","gitlab"],"created_at":"2024-11-07T09:11:54.136Z","updated_at":"2025-11-06T22:30:31.504Z","avatar_url":"https://github.com/dimMaryanto93.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"`dimmaryanto93.gitlab`\n=========\n\nRepository ini digunakan untuk menginstall `gitlab` untuk Linux\n\nSupport platform\n\n- Debian\n- Ubuntu\n- CentOS\n\n\nAnsible - User Guide\n------------\n\nPersiapan yang harus di lalukan, diantaranya\n\n1. Create new user on your server, Recomend using **very-very Strong Password** or using password generator. \n  ```bash\n  adduser \u003cusername\u003e\n  ```\n\n2. Granted to sudoers with NOPASSWD, using `visudo`\n  ```ini\n  username    ALL=(ALL) NOPASSWD:ALL\n  ```\n\n3. Authenticate with private-key for login ssh, generate ssh key on your local machine then use `ssh-copy-id user@your-ip-server` to copy public key to your server.\n\n\nRequirements\n------------\n\nUntuk menggunakan role ini, kita membutuhkan package/collection \n\n- [ansible.posix](https://github.com/ansible-collections/ansible.posix)\n- [community.general](https://github.com/ansible-collections/community.general)\n\nTemen-temen bisa install, dengan cara \n\n```bash\nansible-galaxy collection install ansible.posix community.general\n```\n\nAtau temen-temen bisa menggunakan `requirement.yaml` file and install menggunakan `ansible-galaxy collection install -r requirement.yaml`, dengan format seperti berikut:\n\n```yaml\n---\ncollections:\n  - community.general\n  - ansible.posix\n```\n\nRole Variables\n--------------\n\nAda beberapa variable yang temen-temen bisa gunakan untuk setting docker daemon, diantaranya seperti berikut:\n\n| Variable name                 | Example value       | Description |\n| :---                          | :---                | :---        |\n| `gitlab_external_url`         | `http://localhost`  | Default value untuk gitlab operation seperti git pull, push, clone |\n| `gitlab_root_password_print`  | `false`             | Tampilkan generated root password for gitlab administrator account |\n| `gitlab_init_shared_runner_registration_token` | `-`  | Set default token for registration gitlab runner |\n| `gitlab_init_root_password` | `-` | Set default password installation for gitlab root account |\n\nDependencies\n------------\n\nNone\n\nExample Playbook\n----------------\n\nIncluding an example of how to use your role (for instance, with variables passed in as parameters) is always nice for users too:\n\n```ansible\n- hosts: servers\n  become: true\n  roles:\n      - { role: dimmaryanto93.gitlab }\n```\n\nLicense\n-------\n\nMIT\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdimmaryanto93%2Fansible-role-gitlab","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdimmaryanto93%2Fansible-role-gitlab","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdimmaryanto93%2Fansible-role-gitlab/lists"}