Skip to content

Latest commit

 

History

History
37 lines (23 loc) · 991 Bytes

File metadata and controls

37 lines (23 loc) · 991 Bytes

ansible-role-service-ci-tool-stack

This role allows to manage CI Tool stack (gitlab/nexus/jenkins) via docker-compose file and launched via systemd. each docker-compose stack are associated with each docker host. (all-in-one docker host, or multi-node docker host)

Build Status

Requirements

  • docker, docker-compose, ansible 2.2, ansible-lint

Installation

  • first, customize your configuration in ansible/config/
  • second, build ansible dependencies
make build
  • and, deploy your stack
( cd build && bash -x deploy.sh )

Usage