Skip to content

Jony321/ansible_gitlab

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

36 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ageres210784/ansible_gitlab

An Ansible role which installs [gitlab] on Linux docker

Requirements

Ansible 2.9+

Role Variables

You can see all vars in defaults/main.yml vars file.

Dependencies

sorrowless/docker

Example Playbook

- name: Ensure gitlab
  hosts: gitlab_hosts
  remote_user: root

  roles:
     - { role: ageres210784.ansible_gitlab, tags: ['gitlab'] }

License

Apache 2.0

Author Information

This role was created by [Sergey Evseev].

About

Ansible role for installation of gitlab

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 63.7%
  • Shell 18.7%
  • Jinja 17.6%