Skip to content

Instantly share code, notes, and snippets.

View SimonHoenscheid's full-sized avatar
🏠
Working from home

Simon Hönscheid SimonHoenscheid

🏠
Working from home
View GitHub Profile
@SimonHoenscheid
SimonHoenscheid / hiera.yaml
Created August 1, 2016 13:44 — forked from lazyfrosch/hiera.yaml
Docker via Puppet
---
docker::run_instance::instance:
gitlab-redis:
image: redis
volumes:
- '/data/services/gitlab/redis/data:/data'
gitlab:
image: sameersbn/gitlab:8.10.1
volumes:
- '/data/services/gitlab/data:/home/git/data'
# hiera
uptream:
'abc_core':
'ips':
- '1.2.3.4'
- '1.2.3.5'
'port': 8080
'abc_cp_core':
'ips':
- '1.2.3.4'

Puppet with Jenkins

Setup Jenkins

With Puppet:

puppet module install rtyler-jenkins

puppet apply -v -e "include jenkins"