git.lirion.de

Of git, get, and gud

aboutsummaryrefslogtreecommitdiffstats
path: root/site/role
Commit message (Collapse)AuthorAgeFilesLines
* Add a gitlab roleNick Walker 2015-08-141-0/+5
|
* Update the README, add an all_in_one_pe roleNick Walker 2015-08-131-0/+5
| | | | | | | | | | | Updating README for instructions on how to use the control-repo by putting it in your own git server and then using the r10k answers during installation of PE. Removing the manifest for configuring r10k using zack/r10k. Added a role that can be used to bootstrap an all-in-one PE installation.
* Add a site directory with example role and profile moduleNick Walker 2015-05-272-0/+14
ox. The gms settings are in an example-puppet-master.yaml file in the nodes directory which are needed for the instructions. * Copy agent certs into Gitlab directory for Gitlab SSLNick Walker 2015-08-181-0/+13 | * Change default gitlab url to be https instead of httpNick Walker 2015-08-171-1/+1 | * Add webhook config to git management systemNick Walker 2015-08-171-2/+11 | * Add a gitlab profile / add ssh-keygen to puppetmaster profileNick Walker 2015-08-142-0/+45 | * Remove extraneous slash from puppetmaster profileNick Walker 2015-08-141-1/+1 | * Fix some incorrect quoting in the hiera classNick Walker 2015-08-131-3/+3 | | | | | | | I thought I needed to double quote items that had interpolated variables but it turns out I don't need to which is good because I effectively can't due to .to_yaml not doing what I wanted it to do. * Fix some quoting issues and add role:: to the include in site.ppNick Walker 2015-08-131-3/+3 | * Remove hiera.yaml and instead manage it with puppet code