Skip to content

Releases: riemers/ansible-gitlab-runner

Multiple fixes

07 Aug 19:08
086b6b6
Compare
Choose a tag to compare
  • Enable Docker privileged mode at runner registration if desired
  • Fix multi-line string for runner registration command
  • Prepend each docker volume entry with --docker-volumes

Added s3 support

05 Jul 14:41
5b2c454
Compare
Choose a tag to compare

Added s3 support

Add limit option for specific runner

25 May 21:32
0d58c87
Compare
Choose a tag to compare

Add limit option for specific runner

Fix registration check when in Ansible check-mode

23 May 20:40
69ccc99
Compare
Choose a tag to compare

As the title: Fix registration check when in Ansible check-mode

Fix concurrency auto-detection

10 Jan 09:43
23c859a
Compare
Choose a tag to compare

Auto-detect runner concurrency based on total CPU threads (vcpus), instead of only processor cores. This accounts for both multiple cores and multiple processors.

For example, some virtual machines will detect as having multiple discrete processors (1 core each) instead of one processor with multiple cores. And some physical servers have 2 (or more) processor sockets.

Updated with latest pull request

07 Dec 06:56
ca6da35
Compare
Choose a tag to compare
  • Remove ssh variable requirement
  • set docker-volumes correctly for 10.x
  • add locked variable
  • updated for gitlab 10.x

Added docker privileged option & restart notify

08 Aug 08:10
Compare
Choose a tag to compare

Added docker privileged option & restart notify, thanks @romaincabassot