/site/no_fail_file/

EADME.md?h=production' type='application/atom+xml'/>

git.lirion.de

Of git, get, and gud

summaryrefslogtreecommitdiffstats
path: root/README.md
Commit message (Collapse)AuthorAgeFilesLines
* Corrected documentation grammar.Jerald Sheets 2016-02-241-1/+1
|
* Update README with info on how to upgrade from 2015.2Nick Walker 2016-01-041-50/+52
| | | | | | | Mostly reorganized the README to be 2015.3 first and then have some extra info at the bottom about upgrading from 2015.2. Added a blurb about what the control-repo provides.
* Add an exec to create the Deploy Environments RBAC RoleNick Walker 2015-12-281-8/+2
| | | | | | | | | Prior to this commit there was a requirement for the user of this repo to create a RBAC role in order for code manager to work. After this commit an exec statement will curl the RBAC API to create the role one time and hopefully it works otherwise the exec will not run again.
* Add instructions for testing code managerNick Walker 2015-12-181-1/+34
| | | | | | | Also, add a table of contents to the README. I generated the table of contents using https://github.com/ekalinin/github-markdown-toc.go
* Final steps to make Code Manager workNick Walker 2015-12-181-31/+42
| | | | | | | | | | - Moved ssh key generation and git deploy key out of the puppetmaster profile and into zack_r10k and code_manager - Swapped code manager into the all_in_one role - Made a 2015.2 all_in_one role if users prefer to use it - Conditionally move all existing code out of environmentpath to allow file sync to sync files - Update the README to compliment the new puppet code
* Cleanup README to generalize urls and add notes about testingNick Walker 2015-11-241-5/+4
| | | | | | | Remove a specific reference to the npwalker namespace in a git clone command. Add some notes that this has only been tested against 2015.2.z.
* Merge branch 'production' of https://github.com/npwalker/control-repo into ↵Nick Walker 2015-11-241-0/+177
|\ | | | | | | merge_npwalker_control_repo
| * Multiple fixes to the READMENick Walker 2015-10-221-12/+12
| | | | | | | | | | | | fix step 16 and 17 being out of order fix a step that referred erronously to step 4 change the numbering to be reflective of actual numbering
| * Clean up the README so it works from top to bottomNick Walker 2015-10-211-42/+20
| | | | | | | | | | I removed some extraneos notes I had and added a few more bits of documentation.
| * Remove notes about making control-repo publicNick Walker 2015-10-201-4/+0
| |
| * Change the zack/r10k webhook to not authenticateNick Walker 2015-10-201-1/+31
| |
| * Change to using the webhook without mcollectiveNick Walker 2015-10-161-2/+4
| | | | | | | | | | | | In order to complete the change I refactered the webhook into its own set of profiles, one with mcollective and the other without.
| * update READMENick Walker 2015-09-291-3/+5
| |
| * Update README to remove --mirror from git clone