dimmaryanto93.gitlab_runner
dimmaryanto93.gitlab-runner
This repository is used to install gitlab-runner
for Linux.
Supported platforms
- Debian
- Ubuntu
- CentOS
Ansible - User Guide
Here are the steps you need to follow:
Create a new user on your server. It's recommended to use a very strong password or a password generator.
adduser <username>
Grant the user sudo privileges without a password by editing the sudoers file with
visudo
:username ALL=(ALL) NOPASSWD:ALL
Authenticate using a private key for SSH login. First, generate an SSH key on your local machine, then run
ssh-copy-id user@your-ip-server
to copy the public key to your server.
Requirements
None.
Role Variables
None.
Dependencies
None.
Example Playbook
Here's an example of how to use this role (for example, with variables passed in as parameters):
- hosts: servers
become: true
roles:
- { role: dimmaryanto93.gitlab_runner }
License
MIT
Informazioni sul progetto
Install gitlab-runner for linux distribution
Installa
ansible-galaxy install dimmaryanto93.gitlab_runner
Licenza
Unknown
Download
129
Proprietario
Chief Technology Officer @tabeldatadotcom