gitlab_runner_docker_executor

dimmaryanto93.gitlab-runner-docker-executor

Repository ini digunakan untuk menginstall & configure gitlab-runner menggunakan docker executor untuk Linux

Support platform

  • Debian
  • Ubuntu
  • CentOS

Ansible - User Guide

Persiapan yang harus di lalukan, diantaranya

  1. Create new user on your server, Recomend using very-very Strong Password or using password generator.
adduser <username>
  1. Granted to sudoers with NOPASSWD, using visudo
username    ALL=(ALL) NOPASSWD:ALL
  1. 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.

Requirements

None

Role Variables

Ada beberapa variable yang temen-temen bisa gunakan untuk setting docker daemon, untuk lebih detail bisa lihat di dokumentasi berikut

Dependencies

None

Example Playbook

Including an example of how to use your role (for instance, with variables passed in as parameters) is always nice for users too:

- hosts: servers
  become: true
  roles:
      - { role: dimmaryanto93.gitlab_runner }

License

MIT

About

Configure gitlab-runner using docker executor for linux distribution

Install
ansible-galaxy install dimMaryanto93/ansible-role-gitlab-runner-docker-executor
GitHub repository
License
Unknown
Downloads
103
Owner
Chief Technology Officer @tabeldatadotcom